Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h114 enum IdentifierNamespace { enum
345 LLVM_PREFERRED_TYPE(IdentifierNamespace)
346 unsigned IdentifierNamespace : 14;
890 return IdentifierNamespace; in getIdentifierNamespace()
1153 IdentifierNamespace &= ~IDNS_Ordinary; in setLocalExternDecl()
1161 IdentifierNamespace |= IDNS_LocalExtern; in setLocalExternDecl()
1163 IdentifierNamespace |= IDNS_Ordinary; in setLocalExternDecl()
1181 unsigned OldNS = IdentifierNamespace;
1195 IdentifierNamespace |= IDNS_TagFriend;
1203 IdentifierNamespace |= IDNS_OrdinaryFriend;
[all …]
H A DDeclCXX.h3386 IdentifierNamespace = in setTargetDecl()
H A DDecl.h4964 static_cast<decl_type*>(this)->IdentifierNamespace |= in setPreviousDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp759 TD->IdentifierNamespace = Record.readInt(); in VisitTagDecl()
1069 FD->IdentifierNamespace = Record.readInt(); in VisitFunctionDecl()
1924 D->IdentifierNamespace = Record.readInt(); in VisitUsingShadowDecl()
2445 D->IdentifierNamespace = Record.readInt(); in VisitRedeclarableTemplateDecl()
3731 D->IdentifierNamespace |= in attachPreviousDecl()
3732 Previous->IdentifierNamespace & in attachPreviousDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5407 IdentifierNamespace |= IDNS_Tag; in IndirectFieldDecl()
H A DASTImporter.cpp291 ToD->IdentifierNamespace = FromD->IdentifierNamespace; in InitializeImportedDecl()