Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDHLSLExternalSemaSource.h20 class NamespaceDecl; variable
HDMultiplexExternalSemaSource.h27 class NamespaceDecl; variable
HDDeclSpec.h48 class NamespaceDecl; variable
/freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
HDStandardLibrary.h27 class NamespaceDecl; variable
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.h28 class NamespaceDecl; variable
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDNestedNameSpecifier.h35 class NamespaceDecl; variable
HDComparisonCategories.h37 class NamespaceDecl; variable
HDASTMutationListener.h30 class NamespaceDecl; variable
HDDecl.h67 class NamespaceDecl; variable
/freebsd-head/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h7824 internal::Matcher<NamespaceDecl>, InnerMatcher) { in AST_MATCHER_P()
8069 AST_POLYMORPHIC_MATCHER(isInline, AST_POLYMORPHIC_SUPPORTED_TYPES(NamespaceDecl, in AST_POLYMORPHIC_MATCHER()
8092 AST_MATCHER(NamespaceDecl, isAnonymous) { in AST_MATCHER() argument
/freebsd-head/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h92 class NamespaceDecl; variable
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp3002 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl() function in NamespaceDecl
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4610 const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces) { in addNamespaces()