Home
last modified time | relevance | path

Searched refs:IsWithProtoADef (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4118 bool IsWithoutProtoADef = false, IsWithProtoADef = false; in MergeFunctionDecl() local
4122 IsWithProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
4126 << (WithoutProto == Old) << IsWithProtoADef; in MergeFunctionDecl()