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
343 LLVM_PREFERRED_TYPE(IdentifierNamespace)
344 unsigned IdentifierNamespace : 14;
397 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
406 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
887 return IdentifierNamespace; in getIdentifierNamespace()
1150 IdentifierNamespace &= ~IDNS_Ordinary; in setLocalExternDecl()
1155 assert((IdentifierNamespace & ~(IDNS_OrdinaryFriend | IDNS_Tag)) == 0 && in setLocalExternDecl()
1158 IdentifierNamespace |= IDNS_LocalExtern; in setLocalExternDecl()
1160 IdentifierNamespace |= IDNS_Ordinary; in setLocalExternDecl()
[all …]
H A DDeclCXX.h3463 IdentifierNamespace = in setTargetDecl()
H A DDecl.h5255 static_cast<decl_type*>(this)->IdentifierNamespace |= in setPreviousDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp736 TD->IdentifierNamespace = Record.readInt(); in VisitTagDecl()
1040 FD->IdentifierNamespace = Record.readInt(); in VisitFunctionDecl()
1932 D->IdentifierNamespace = Record.readInt(); in VisitUsingShadowDecl()
2466 D->IdentifierNamespace = Record.readInt(); in VisitRedeclarableTemplateDecl()
3829 D->IdentifierNamespace |= in attachPreviousDecl()
3830 Previous->IdentifierNamespace & in attachPreviousDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5618 IdentifierNamespace |= IDNS_Tag; in IndirectFieldDecl()
H A DASTImporter.cpp290 ToD->IdentifierNamespace = FromD->IdentifierNamespace; in InitializeImportedDecl()