Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h116 enum IdentifierNamespace { enum
327 unsigned IdentifierNamespace : 13; variable
793 return IdentifierNamespace; in getIdentifierNamespace()
1037 IdentifierNamespace &= ~IDNS_Ordinary; in setLocalExternDecl()
1045 IdentifierNamespace |= IDNS_LocalExtern; in setLocalExternDecl()
1047 IdentifierNamespace |= IDNS_Ordinary; in setLocalExternDecl()
1054 return IdentifierNamespace & IDNS_LocalExtern; in isLocalExternDecl()
1065 unsigned OldNS = IdentifierNamespace;
1079 IdentifierNamespace |= IDNS_TagFriend;
1087 IdentifierNamespace |= IDNS_OrdinaryFriend;
[all …]
H A DDeclCXX.h3210 IdentifierNamespace =
H A DDecl.h4306 static_cast<decl_type*>(this)->IdentifierNamespace |= in setPreviousDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp703 TD->IdentifierNamespace = Record.readInt(); in VisitTagDecl()
852 FD->IdentifierNamespace = Record.readInt(); in VisitFunctionDecl()
1596 D->IdentifierNamespace = Record.readInt(); in VisitUsingShadowDecl()
2102 D->IdentifierNamespace = Record.readInt(); in VisitRedeclarableTemplateDecl()
3561 D->IdentifierNamespace |= in attachPreviousDecl()
3562 Previous->IdentifierNamespace & in attachPreviousDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp4496 IdentifierNamespace |= IDNS_Tag; in IndirectFieldDecl()
H A DASTImporter.cpp303 ToD->IdentifierNamespace = FromD->IdentifierNamespace; in InitializeImportedDecl()