HomeSort by relevance Sort by last modified time
    Searched refs:Namespace (Results 51 - 75 of 350) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 17 namespace clang {
21 namespace index {
27 Namespace,
152 } // namespace index
153 } // namespace clang
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 17 namespace clang {
21 namespace index {
27 Namespace,
155 } // namespace index
156 } // namespace clang
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Index/
IndexSymbol.h 17 namespace clang {
21 namespace index {
27 Namespace,
155 } // namespace index
156 } // namespace clang
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 17 namespace clang {
21 namespace index {
27 Namespace,
155 } // namespace index
156 } // namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 17 namespace clang {
21 namespace index {
27 Namespace,
155 } // namespace index
156 } // namespace clang
  /external/clang/test/SemaCXX/
expression-traits.cpp 289 namespace Namespace
297 // expr.prim/8 A nested-name-specifier that names a namespace
298 // (7.3), followed by the name of a member of that namespace (or
299 // the name of a member of a namespace made visible by a
301 // lookup for namespace members that appear in qualified-ids. The
305 ASSERT_LVALUE(Namespace::x);
306 ASSERT_LVALUE(Namespace::function);
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 32 using namespace llvm;
36 namespace {
57 } // end anonymous namespace
104 O << " case " << FirstInst.CGI->Namespace << "::"
107 O << " case " << AWI.CGI->Namespace << "::"
119 OpsToPrint.push_back(std::make_pair(FirstInst.CGI->Namespace + "::" +
124 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+
553 std::string Namespace =
554 Registers.front().TheDef->getValueAsString("Namespace");
580 std::string Prefix = !Namespace.empty() ? Namespace + "::" : ""
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 37 namespace flatbuffers {
201 struct Namespace {
202 Namespace() : from_table(0) {}
208 // the current namespace has.
213 size_t from_table; // Part of the namespace corresponds to a message/table.
231 Namespace *defined_namespace; // Where it was defined.
509 // Start out with the empty namespace being current.
510 empty_namespace_ = new Namespace();
678 Namespace *UniqueNamespace(Namespace *ns)
    [all...]
  /build/soong/cmd/soong_build/
main.go 43 namespacePathsToExport["."] = true // always export the root namespace
45 exportFilter := func(namespace *android.Namespace) bool {
46 return namespacePathsToExport[namespace.Path]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 21 using namespace clang;
184 case Decl::Namespace:
244 case Decl::Namespace:
  /external/swiftshader/third_party/LLVM/utils/TableGen/
PseudoLoweringEmitter.cpp 20 using namespace llvm;
161 o << " case " << Source.Namespace << "::"
165 << " TmpInst.setOpcode(" << Dest.Namespace << "::"
199 o << Reg->getValueAsString("Namespace") << "::" << Reg->getName();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
NestedNameSpecifier.h 22 namespace clang {
40 /// specifiers, each of which can be a namespace, type, identifier
43 /// nested-namespace-specifier.
67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of
77 /// \brief A namespace, stored as a NamespaceDecl*.
78 Namespace,
79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*.
122 /// \brief Builds a nested name specifier that names a namespace.
127 /// \brief Builds a nested name specifier that names a namespace alias.
176 /// \brief Retrieve the namespace stored in this nested nam
    [all...]

Completed in 683 milliseconds

1 23 4 5 6 7 8 91011>>