Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h993 unsigned IsThisDeclarationADemotedDefinition : 1; variable
1383 NonParmVarDeclBits.IsThisDeclarationADemotedDefinition; in isThisDeclarationADemotedDefinition()
1394 NonParmVarDeclBits.IsThisDeclarationADemotedDefinition = 1; in demoteThisDefinitionToDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1422 VD->NonParmVarDeclBits.IsThisDeclarationADemotedDefinition = in VisitVarDeclImpl()