Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h112 enum IdentifierNamespace { enum
292 unsigned IdentifierNamespace : 12; variable
315 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
325 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
645 return IdentifierNamespace; in getIdentifierNamespace()
848 assert((IdentifierNamespace == IDNS_Ordinary || in setLocalExternDecl()
849 IdentifierNamespace == IDNS_OrdinaryFriend) && in setLocalExternDecl()
853 IdentifierNamespace &= ~IDNS_Ordinary; in setLocalExternDecl()
855 IdentifierNamespace |= IDNS_LocalExtern; in setLocalExternDecl()
857 IdentifierNamespace |= IDNS_Ordinary; in setLocalExternDecl()
[all …]
DDeclCXX.h2684 IdentifierNamespace = Target->getIdentifierNamespace(); in UsingShadowDecl()
2731 IdentifierNamespace = ND->getIdentifierNamespace(); in setTargetDecl()
DDecl.h3513 static_cast<decl_type*>(this)->IdentifierNamespace |= in setPreviousDecl()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r278788-clang-r201130-pch-miscompilation.diff25 // Reconstruct the one piece of the IdentifierNamespace that we need.
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp459 TD->IdentifierNamespace = Record[Idx++]; in VisitTagDecl()
551 FD->IdentifierNamespace = Record[Idx++]; in VisitFunctionDecl()
1446 D->IdentifierNamespace = Record[Idx++]; in VisitRedeclarableTemplateDecl()
2289 D->IdentifierNamespace |= in attachPreviousDecl()
2290 previous->IdentifierNamespace & in attachPreviousDecl()