HomeSort by relevance Sort by last modified time
    Searched full:isscoped (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeBaseClass.h 44 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeEnum.h 46 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeTypedef.h 43 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeUDT.h 42 FORWARD_SYMBOL_METHOD(isScoped)
IPDBRawSymbol.h 192 virtual bool isScoped() const = 0;
  /external/guice/core/src/com/google/inject/
Scopes.java 129 public static boolean isScoped(Binding<?> binding, final Scope scope,
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 184 bool isScoped() const override;
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 272 MOCK_SYMBOL_ACCESSOR(isScoped)
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletScopes.java 301 return Scopes.isScoped(binding, ServletScopes.REQUEST, RequestScoped.class);
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
Decl.cpp     [all...]
DeclPrinter.cpp 395 if (D->isScoped()) {
    [all...]
DeclBase.cpp 913 return !cast<EnumDecl>(this)->isScoped();
    [all...]
ASTDumper.cpp     [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 789 PrevDecl, D->isScoped(),
837 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(),
    [all...]
SemaCast.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/guice/core/test/com/google/inject/
ScopesTest.java 756 return Scopes.isScoped(binding, CUSTOM_SCOPE, CustomScoped.class);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 398 Record.push_back(D->isScoped());
    [all...]
ASTReaderDecl.cpp 628 ED->IsScoped = Record[Idx++];
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer.html     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 793 if (!EnumD->isScoped()) {
    [all...]

Completed in 2855 milliseconds

1 2