Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/
Dclang.rs7 NamespaceDecl(NamespaceDecl), enumerator
16 pub(crate) struct NamespaceDecl { struct
18 pub name: Option<Box<str>>,
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/
Dclang.rs7 NamespaceDecl(NamespaceDecl), enumerator
16 pub(crate) struct NamespaceDecl { struct
18 pub name: Option<Box<str>>,
/external/rust/cxx/macro/src/
Dclang.rs7 NamespaceDecl(NamespaceDecl), enumerator
16 pub(crate) struct NamespaceDecl { struct
18 pub name: Option<Box<str>>,
/external/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h28 class NamespaceDecl; variable
DDeclSpec.h45 class NamespaceDecl; variable
/external/clang/test/SemaCXX/
Dmember-expr.cpp55 struct NamespaceDecl : NamedDecl { struct
56 bool isAnonymousNamespace() const { in isAnonymousNamespace()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h27 class NamespaceDecl; variable
DDeclBase.h42 class NamespaceDecl; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5063 internal::Matcher<NamespaceDecl>, InnerMatcher) { in AST_MATCHER_P()
5247 AST_POLYMORPHIC_SUPPORTED_TYPES(NamespaceDecl, in AST_POLYMORPHIC_MATCHER()
5267 AST_MATCHER(NamespaceDecl, isAnonymous) { in AST_MATCHER() argument
/external/clang/lib/AST/
DDeclCXX.cpp2059 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl() function in NamespaceDecl
/external/clang/lib/Sema/
DSemaLookup.cpp3957 const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces) { in addNamespaces()