Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h28 class NamespaceDecl; variable
H A DDeclSpec.h45 class NamespaceDecl; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h27 class NamespaceDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h34 class NamespaceDecl; variable
H A DComparisonCategories.h36 class NamespaceDecl; variable
H A DDecl.h66 class NamespaceDecl; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h78 class NamespaceDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5904 internal::Matcher<NamespaceDecl>, InnerMatcher) { in AST_MATCHER_P()
6088 AST_POLYMORPHIC_SUPPORTED_TYPES(NamespaceDecl, in AST_POLYMORPHIC_MATCHER()
6108 AST_MATCHER(NamespaceDecl, isAnonymous) { in AST_MATCHER() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h103 class NamespaceDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2572 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl() function in NamespaceDecl
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4042 const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces) { in addNamespaces()