Home
last modified time | relevance | path

Searched defs:NamespaceDecl (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h27 class NamespaceDecl; variable
H A DDeclSpec.h46 class NamespaceDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h35 class NamespaceDecl; variable
H A DComparisonCategories.h35 class NamespaceDecl; variable
H A DDecl.h67 class NamespaceDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7118 internal::Matcher<NamespaceDecl>, InnerMatcher) { in AST_MATCHER_P()
7344 AST_POLYMORPHIC_SUPPORTED_TYPES(NamespaceDecl, in AST_POLYMORPHIC_MATCHER()
7364 AST_MATCHER(NamespaceDecl, isAnonymous) { in AST_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h91 class NamespaceDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2864 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl() function in NamespaceDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4321 const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces) { in addNamespaces()