Home
last modified time | relevance | path

Searched defs:isScoped (Results 1 – 16 of 16) sorted by relevance

/external/guice/core/src/com/google/inject/
DScopes.java131 public static boolean isScoped( in isScoped() method in Scopes
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp199 bool NativeTypeUDT::isScoped() const { in isScoped() function in NativeTypeUDT
DNativeTypeEnum.cpp333 bool NativeTypeEnum::isScoped() const { in isScoped() function in NativeTypeEnum
DNativeRawSymbol.cpp676 bool NativeRawSymbol::isScoped() const { in isScoped() function in NativeRawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp199 bool NativeTypeUDT::isScoped() const { in isScoped() function in NativeTypeUDT
DNativeTypeEnum.cpp333 bool NativeTypeEnum::isScoped() const { in isScoped() function in NativeTypeEnum
DNativeRawSymbol.cpp676 bool NativeRawSymbol::isScoped() const { in isScoped() function in NativeRawSymbol
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1048 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp498 bool isScoped = false; in CreateLLDBTypeFromPDBType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1210 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1210 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h452 bool isScoped() const { in isScoped() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h446 bool isScoped() const { in isScoped() function
/external/clang/include/clang/AST/
DDecl.h3188 bool isScoped() const { in isScoped() function
/external/llvm-project/clang/include/clang/AST/
DDecl.h3727 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped() function
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h7338 AST_MATCHER(EnumDecl, isScoped) { in AST_MATCHER() argument