Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3690 bool MergeTypeWithOld, bool NewDeclIsDefn) { in MergeFunctionDecl() argument
4194 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4230 IsWithoutProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
4232 IsWithProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3762 bool MergeTypeWithOld, bool NewDeclIsDefn);