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

12 3 4

  /external/clang/lib/Frontend/
ASTConsumers.cpp 27 using namespace clang;
32 namespace {
48 } // end anonymous namespace
61 namespace {
97 namespace {
110 } // end anonymous namespace
119 case Decl::Namespace: {
120 Out << "[namespace] ";
303 case Decl::Namespace:
386 Out << "<namespace alias> " << *NAD << '\n'
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 26 using namespace llvm;
72 O << " case " << FirstInst.CGI->Namespace << "::"
75 O << " case " << SimilarInsts[i].CGI->Namespace << "::"
86 OpsToPrint.push_back(std::make_pair(FirstInst.CGI->Namespace + "::" +
92 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+
567 StringRef Namespace = AltNameIndices[1]->getValueAsString("Namespace");
569 O << " case " << Namespace << "::" << AltName
584 namespace {
662 } // end anonymous namespace
    [all...]
CodeGenInstruction.h 24 namespace llvm {
204 std::string Namespace; // The namespace the instruction is in.
CodeGenRegisters.h 32 namespace llvm {
194 std::string Namespace;
CodeGenRegisters.cpp 24 using namespace llvm;
36 if (TheDef->getValue("Namespace"))
37 return TheDef->getValueAsString("Namespace");
93 namespace {
133 } // namespace
358 namespace {
534 Namespace = R->getValueAsString("Namespace");
566 Namespace = Super.Namespace;
    [all...]
FixedLenDecoderEmitter.cpp 29 using namespace llvm;
279 const std::string &Namespace) const;
589 const std::string &Namespace) const {
591 "static MCDisassembler::DecodeStatus decode" << Namespace << "Instruction"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 6 * Namespace for utility functions.
  /external/clang/include/clang/AST/
DeclCXX.h 28 namespace clang {
68 } // end namespace clang
70 namespace llvm {
97 } // end namespace llvm
99 namespace clang {
    [all...]
DeclBase.h 24 namespace clang {
50 namespace llvm {
64 namespace clang {
104 /// C++ can look into the "tag" namespace during ordinary lookup.
127 /// Namespaces, declared with 'namespace foo {}'.
139 /// declaration is always in this namespace but may also be in
144 /// declaration is always in this namespace but may also be in
151 /// but the actual using declarations go in this namespace.
222 /// namespace A {
223 /// void f(); // SemanticDC == LexicalDC == 'namespace A
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 46 namespace {
51 } // namespace
53 namespace cricket {
68 ASSERT(error->Name().Namespace() == type());
151 // XEP-176 namespace.
201 } // namespace cricket
sessionmanager.cc 39 namespace cricket {
245 // If the error name is not in the standard namespace, we have to first add
246 // some error from that namespace.
247 if (name.Namespace() != buzz::NS_STANZA) {
296 } // namespace cricket
sessionmessages.cc 45 namespace cricket {
344 std::string transport_type = trans_elem->Name().Namespace();
497 *content_type = (*content_elem)->Name().Namespace();
512 // namespace and only parse the codecs relevant to that namespace.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 36 namespace buzz {
84 return &(STR_EMPTY); // default namespace
119 std::string prefix(PrefixForNs(name.Namespace(), isAttr).first);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 42 namespace buzz {
228 if (element->Name().Namespace() != NS_SASL)
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 26 using namespace clang;
143 case NestedNameSpecifier::Namespace:
277 // Namespace and namespace aliases are fine.
379 namespace {
461 // class-name-or-namespace-name::...
463 // the class-name-or-namespace-name following the . or -> operator is
469 // class-name or namespace-name. [...]
471 // Qualified name lookup into a class will not find a namespace-name,
545 // class-name-or-namespace-name shall refer to the same entity
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 53 "keystore", LocalSocketAddress.Namespace.RESERVED);
  /external/clang/tools/libclang/
IndexingContext.cpp 18 using namespace clang;
19 using namespace cxindex;
20 using namespace cxcursor;
928 case Decl::Namespace:
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 25 using namespace clang;
    [all...]
DeclBase.cpp 32 using namespace clang;
505 case Namespace:
801 case Decl::Namespace:
802 // The original namespace is our primary context.
859 if (DeclKind != Decl::Namespace) {
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 36 namespace llvm {
40 namespace clang {
474 /// If 'Namespace' is non-null, then it is a token required to exist on the
476 void AddPragmaHandler(StringRef Namespace, PragmaHandler *Handler);
482 /// the preprocessor. If \arg Namespace is non-null, then it should
483 /// be the namespace that \arg Handler was added to. It is an error
485 void RemovePragmaHandler(StringRef Namespace, PragmaHandler *Handler);
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 429 LocalSocketAddress.Namespace.RESERVED));
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 52 LocalSocketAddress.Namespace.RESERVED);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 41 Namespace module for the quick script Main classes.
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 113 LocalSocketAddress.Namespace.RESERVED);

Completed in 1124 milliseconds

12 3 4