Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h112 enum IdentifierNamespace { enum
334 unsigned IdentifierNamespace : 14; variable
844 return IdentifierNamespace; in getIdentifierNamespace()
1107 IdentifierNamespace &= ~IDNS_Ordinary; in setLocalExternDecl()
1115 IdentifierNamespace |= IDNS_LocalExtern; in setLocalExternDecl()
1117 IdentifierNamespace |= IDNS_Ordinary; in setLocalExternDecl()
1124 return IdentifierNamespace & IDNS_LocalExtern; in isLocalExternDecl()
1135 unsigned OldNS = IdentifierNamespace;
1149 IdentifierNamespace |= IDNS_TagFriend;
1157 IdentifierNamespace |= IDNS_OrdinaryFriend;
[all …]
H A DDeclCXX.h3293 IdentifierNamespace = in setTargetDecl()
H A DDecl.h4691 static_cast<decl_type*>(this)->IdentifierNamespace |= in setPreviousDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp725 TD->IdentifierNamespace = Record.readInt(); in VisitTagDecl()
906 FD->IdentifierNamespace = Record.readInt(); in VisitFunctionDecl()
1784 D->IdentifierNamespace = Record.readInt(); in VisitUsingShadowDecl()
2224 D->IdentifierNamespace = Record.readInt(); in VisitRedeclarableTemplateDecl()
3474 D->IdentifierNamespace |= in attachPreviousDecl()
3475 Previous->IdentifierNamespace & in attachPreviousDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp5064 IdentifierNamespace |= IDNS_Tag; in IndirectFieldDecl()
H A DASTImporter.cpp293 ToD->IdentifierNamespace = FromD->IdentifierNamespace; in InitializeImportedDecl()