Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp199 bool NativeTypeUDT::isScoped() const { in isScoped() function in NativeTypeUDT
H A DNativeTypeEnum.cpp333 bool NativeTypeEnum::isScoped() const { in isScoped() function in NativeTypeEnum
H A DNativeRawSymbol.cpp676 bool NativeRawSymbol::isScoped() const { in isScoped() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1210 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d465 private bool isScoped; // True if created with scopedTask. in Task() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d449 private bool isScoped; // True if created with scopedTask. in Task() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h446 bool isScoped() const { in isScoped() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3747 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7768 AST_MATCHER(EnumDecl, isScoped) { in AST_MATCHER() argument