Searched refs:isScoped (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBaseClass.h43 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeEnum.h42 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeTypedef.h39 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeUDT.h43 FORWARD_SYMBOL_METHOD(isScoped)
H A DIPDBRawSymbol.h237 virtual bool isScoped() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h55 bool isScoped() const override;
H A DNativeTypeUDT.h55 bool isScoped() const override;
H A DNativeRawSymbol.h215 bool isScoped() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp67 dumpSymbolField(OS, "scoped", isScoped(), Indent);
199 bool NativeTypeUDT::isScoped() const { function in class:NativeTypeUDT
201 return UnmodifiedType->isScoped();
H A DNativeTypeEnum.cpp157 dumpSymbolField(OS, "scoped", isScoped(), Indent);
333 bool NativeTypeEnum::isScoped() const { function in class:NativeTypeEnum
335 return UnmodifiedType->isScoped();
H A DNativeRawSymbol.cpp676 bool NativeRawSymbol::isScoped() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h210 bool isScoped() const override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp292 if (ED->isScoped())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp606 AddBoolean(Enum->isScoped());
607 if (Enum->isScoped())
H A DType.cpp616 return ET->getDecl()->isScoped();
1943 return !ET->getDecl()->isScoped();
2014 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
2061 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
2122 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
2138 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete();
2703 || ET->getDecl()->isScoped())
H A DDeclBase.cpp1174 return !cast<EnumDecl>(this)->isScoped();
H A DDeclPrinter.cpp522 if (D->isScoped()) {
H A DJSONNodeDumper.cpp814 if (ED->isScoped())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp498 bool isScoped = false; local
502 builtin_type, isScoped);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp417 REGISTER_MATCHER(isScoped);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7042 /// Example matches Y (matcher = enumDecl(isScoped()))
7047 AST_MATCHER(EnumDecl, isScoped) {
7048 return Node.isScoped();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h452 bool isScoped() const { function in class:llvm::codeview::TagRecord
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1210 bool DIARawSymbol::isScoped() const { function in class:DIARawSymbol
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1110 ToCompilerType(underlying_type), er.isScoped());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1200 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed());
1247 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(),
1259 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) {
1315 !Enum->isScoped()) {

Completed in 218 milliseconds

12