HomeSort by relevance Sort by last modified time
    Searched refs:isScoped (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeBaseClass.h 45 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeEnum.h 47 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeTypedef.h 44 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeUDT.h 43 FORWARD_SYMBOL_METHOD(isScoped)
IPDBRawSymbol.h 194 virtual bool isScoped() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeBaseClass.h 48 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeEnum.h 46 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeTypedef.h 44 FORWARD_SYMBOL_METHOD(isScoped)
PDBSymbolTypeUDT.h 53 FORWARD_SYMBOL_METHOD(isScoped)
IPDBRawSymbol.h 223 virtual bool isScoped() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
NativeEnumSymbol.h 49 bool isScoped() const override;
NativeRawSymbol.h 215 bool isScoped() const override;
  /external/guice/core/src/com/google/inject/
Scopes.java 131 public static boolean isScoped(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
NativeEnumSymbol.cpp 102 bool NativeEnumSymbol::isScoped() const {
NativeRawSymbol.cpp 691 bool NativeRawSymbol::isScoped() const {
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 185 bool isScoped() const override;
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletScopes.java 321 return Scopes.isScoped(binding, ServletScopes.REQUEST, RequestScoped.class);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 210 bool isScoped() const override;
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 299 MOCK_SYMBOL_ACCESSOR(isScoped)
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 381 MOCK_SYMBOL_ACCESSOR(isScoped)
  /external/clang/lib/AST/
Type.cpp     [all...]
DeclBase.cpp 956 return !cast<EnumDecl>(this)->isScoped();
    [all...]
DeclPrinter.cpp 403 if (D->isScoped()) {
    [all...]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 296 if (!decl->isScoped())
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]

Completed in 1682 milliseconds

1 2