Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp3618 bool MergeTypeWithOld, bool NewDeclIsDefn) { in MergeFunctionDecl() argument
4112 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4148 IsWithoutProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
4150 IsWithProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3691 bool MergeTypeWithOld, bool NewDeclIsDefn);