Home
last modified time | relevance | path

Searched refs:IdentifierNamespace (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h115 enum IdentifierNamespace { enum
346 LLVM_PREFERRED_TYPE(IdentifierNamespace)
347 unsigned IdentifierNamespace : 14;
400 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
409 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
879 return IdentifierNamespace; in getIdentifierNamespace()
1142 IdentifierNamespace &= ~IDNS_Ordinary; in setLocalExternDecl()
1147 assert((IdentifierNamespace & ~(IDNS_OrdinaryFriend | IDNS_Tag)) == 0 && in setLocalExternDecl()
1150 IdentifierNamespace |= IDNS_LocalExtern; in setLocalExternDecl()
1152 IdentifierNamespace |= IDNS_Ordinary; in setLocalExternDecl()
[all …]
H A DDeclCXX.h3400 IdentifierNamespace = in setTargetDecl()
H A DDecl.h4991 static_cast<decl_type*>(this)->IdentifierNamespace |= in setPreviousDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp753 TD->IdentifierNamespace = Record.readInt(); in VisitTagDecl()
1055 FD->IdentifierNamespace = Record.readInt(); in VisitFunctionDecl()
1911 D->IdentifierNamespace = Record.readInt(); in VisitUsingShadowDecl()
2427 D->IdentifierNamespace = Record.readInt(); in VisitRedeclarableTemplateDecl()
3756 D->IdentifierNamespace |= in attachPreviousDecl()
3757 Previous->IdentifierNamespace & in attachPreviousDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5469 IdentifierNamespace |= IDNS_Tag; in IndirectFieldDecl()
H A DASTImporter.cpp291 ToD->IdentifierNamespace = FromD->IdentifierNamespace; in InitializeImportedDecl()