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

1 23 4

  /external/clang/lib/Sema/
DeclSpec.cpp 29 using namespace clang;
78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
81 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
    [all...]
SemaCodeComplete.cpp 37 using namespace clang;
38 using namespace sema;
40 namespace {
464 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Parent)) {
465 if (!Namespace->getIdentifier())
468 Result = NestedNameSpecifier::Create(Context, Result, Namespace);
863 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Ctx))
864 R.Qualifier = NestedNameSpecifier::Create(SemaRef.Context, 0, Namespace);
925 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Ctx))
926 R.Qualifier = NestedNameSpecifier::Create(SemaRef.Context, 0, Namespace);
    [all...]
SemaType.cpp 35 using namespace clang;
110 namespace {
236 namespace llvm {
    [all...]
SemaLookup.cpp 51 using namespace clang;
52 using namespace sema;
54 namespace {
101 // C++ [namespace.udir]p1:
103 // were declared in the nearest enclosing namespace which contains
104 // both the using-directive and the nominated namespace.
110 // C++ [namespace.udir]p1:
112 // appear in namespace scope or in block scope.
176 // context. This helps implement C++ [namespace.udir]p3:
178 // using-directive that nominates a second namespace that itsel
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 41 Namespace for all debugging-related class and module definitions.
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 22 using namespace llvm;
291 Namespace = R->getValueAsString("Namespace");
DAGISelMatcherGen.cpp 18 using namespace llvm;
49 namespace {
141 } // end anon namespace.
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 536 daemon, LocalSocketAddress.Namespace.RESERVED);
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 67 namespace clang {
623 case NestedNameSpecifier::Namespace:
647 case NestedNameSpecifier::Namespace:
    [all...]
Decl.h 27 namespace clang {
77 /// The (most recently entered) anonymous namespace for this
157 /// declaration, like A::B::i, for i being member of namespace A::B.
159 /// namespace), it will return same result as getNameAsString().
392 /// NamespaceDecl - Represent a C++ namespace.
399 /// to either the namespace or the inline keyword.
404 /// \brief A pointer to either the anonymous namespace that lives just inside
405 /// this namespace or to the first namespace in the chain (the latter case
407 /// boolean value indicating whether this is an inline namespace
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 43 namespace {
49 } // namespace
51 namespace cricket {
721 if (transproxy && transproxy->type() == error->Name().Namespace()) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 44 using namespace talk_base;
46 namespace {
50 namespace cricket {
738 const std::string& content_type = content_elem->Name().Namespace();
    [all...]
  /external/clang/lib/AST/
Decl.cpp 34 using namespace clang;
69 namespace {
93 } // end anonymous namespace
199 "Not a name having namespace scope");
203 // A name having namespace scope (3.3.6) has internal linkage if it
280 // If we're declared in a namespace with a visibility attribute,
281 // use that namespace's visibility, but don't call it explicit.
297 // A name having namespace scope has external linkage if it is the
310 // - the entity is declared within an unnamed namespace, or
449 // - a namespace (7.3), unless it is declared within an unname
    [all...]
ItaniumMangle.cpp 39 using namespace clang;
41 namespace {
499 /// isStd - Return whether a given namespace is the 'std' namespace.
510 // namespace.
555 // is that of the containing namespace, or the translation unit.
797 case NestedNameSpecifier::Namespace:
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 35 namespace clang {
108 /// nested-name-specifier component of the form 'namespace::'.
113 /// \param Namespace The namespace.
115 /// \param NamespaceLoc The location of the namespace name.
118 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
122 /// nested-name-specifier component of the form 'namespace-alias::'.
127 /// \param Alias The namespace alias.
129 /// \param AliasLoc The location of the namespace alias
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 50 using namespace clang;
51 using namespace clang::cxcursor;
52 using namespace clang::cxstring;
53 using namespace clang::cxtu;
54 using namespace clang::cxindex;
883 namespace {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 28 using namespace clang;
29 using namespace clang::serialization;
35 namespace clang {
    [all...]
ASTReader.cpp 55 using namespace clang;
56 using namespace clang::serialization;
57 using namespace clang::serialization::reader;
106 namespace {
427 using namespace clang::io;
435 using namespace clang::io;
456 using namespace clang::io;
487 using namespace clang::io;
502 using namespace clang::io;
669 using namespace clang::io
    [all...]
ASTWriter.cpp 51 using namespace clang;
52 using namespace clang::serialization;
71 namespace {
399 namespace {
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 29 using namespace clang;
30 using namespace CodeGen;
36 case Decl::Namespace:
81 case Decl::UsingDirective: // using namespace X; [C++]
335 namespace {
    [all...]
CodeGenModule.cpp 48 using namespace clang;
49 using namespace CodeGen;
873 namespace {
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 26 public var state:RecognizerSharedState; // TODO - Place in private Namespace - cannot be private
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 513 LocalSocketAddress.Namespace.RESERVED);
    [all...]

Completed in 1126 milliseconds

1 23 4