Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1428 bool isThisDeclarationADemotedDefinition() const { in isThisDeclarationADemotedDefinition() function
3599 bool isThisDeclarationADemotedDefinition() const { in isThisDeclarationADemotedDefinition() function
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1017 Record.push_back(D->isThisDeclarationADemotedDefinition()); in VisitVarDecl()
1149 assert(!D->isThisDeclarationADemotedDefinition() in VisitParmVarDecl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2198 if (isThisDeclarationADemotedDefinition()) in isThisDeclarationADefinition()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp13105 !VDecl->isThisDeclarationADemotedDefinition() && in AddInitializerToDecl()
13553 !Var->isThisDeclarationADemotedDefinition()) { in ActOnUninitializedDecl()