Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h118 enum IdentifierNamespace { enum
332 unsigned IdentifierNamespace : 14; variable
815 return IdentifierNamespace; in getIdentifierNamespace()
1076 IdentifierNamespace &= ~IDNS_Ordinary; in setLocalExternDecl()
1084 IdentifierNamespace |= IDNS_LocalExtern; in setLocalExternDecl()
1086 IdentifierNamespace |= IDNS_Ordinary; in setLocalExternDecl()
1093 return IdentifierNamespace & IDNS_LocalExtern; in isLocalExternDecl()
1104 unsigned OldNS = IdentifierNamespace;
1118 IdentifierNamespace |= IDNS_TagFriend;
1126 IdentifierNamespace |= IDNS_OrdinaryFriend;
[all …]
H A DDeclCXX.h3259 IdentifierNamespace = in setTargetDecl()
H A DDecl.h4602 static_cast<decl_type*>(this)->IdentifierNamespace |= in setPreviousDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp711 TD->IdentifierNamespace = Record.readInt(); in VisitTagDecl()
864 FD->IdentifierNamespace = Record.readInt(); in VisitFunctionDecl()
1680 D->IdentifierNamespace = Record.readInt(); in VisitUsingShadowDecl()
2120 D->IdentifierNamespace = Record.readInt(); in VisitRedeclarableTemplateDecl()
3727 D->IdentifierNamespace |= in attachPreviousDecl()
3728 Previous->IdentifierNamespace & in attachPreviousDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4921 IdentifierNamespace |= IDNS_Tag; in IndirectFieldDecl()
H A DASTImporter.cpp266 ToD->IdentifierNamespace = FromD->IdentifierNamespace; in InitializeImportedDecl()