Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3536 bool MergeTypeWithOld, bool NewDeclIsDefn) { in MergeFunctionDecl() argument
4084 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4120 IsWithoutProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
4122 IsWithProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4080 bool MergeTypeWithOld, bool NewDeclIsDefn);