Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h967 unsigned IsThisDeclarationADemotedDefinition : 1; variable
1360 NonParmVarDeclBits.IsThisDeclarationADemotedDefinition; in isThisDeclarationADemotedDefinition()
1371 NonParmVarDeclBits.IsThisDeclarationADemotedDefinition = 1; in demoteThisDefinitionToDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1420 VD->NonParmVarDeclBits.IsThisDeclarationADemotedDefinition = in VisitVarDeclImpl()