Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h993 unsigned IsThisDeclarationADemotedDefinition : 1; variable
1386 NonParmVarDeclBits.IsThisDeclarationADemotedDefinition; in isThisDeclarationADemotedDefinition()
1397 NonParmVarDeclBits.IsThisDeclarationADemotedDefinition = 1; in demoteThisDefinitionToDeclaration()
3530 return TagDeclBits.IsThisDeclarationADemotedDefinition; in isThisDeclarationADemotedDefinition()
3539 TagDeclBits.IsThisDeclarationADemotedDefinition = true; in demoteThisDefinitionToDeclaration()
H A DDeclBase.h1472 uint64_t IsThisDeclarationADemotedDefinition : 1;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4381 TagDeclBits.IsThisDeclarationADemotedDefinition = false; in TagDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1526 VD->NonParmVarDeclBits.IsThisDeclarationADemotedDefinition = in VisitVarDeclImpl()