Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1417 bool isThisDeclarationADemotedDefinition() const { in isThisDeclarationADemotedDefinition() function
3718 bool isThisDeclarationADemotedDefinition() const { in isThisDeclarationADemotedDefinition() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1136 VarDeclBits.addBit(D->isThisDeclarationADemotedDefinition()); in VisitVarDecl()
1247 assert(!D->isThisDeclarationADemotedDefinition() in VisitParmVarDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2243 if (isThisDeclarationADemotedDefinition()) in isThisDeclarationADefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13370 !VDecl->isThisDeclarationADemotedDefinition() && in AddInitializerToDecl()
13832 !Var->isThisDeclarationADemotedDefinition()) { in ActOnUninitializedDecl()