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

12

/freebsd-11-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.h241 virtual bool isScoped() const = 0;
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h210 bool isScoped() const override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp291 if (ED->isScoped())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp606 AddBoolean(Enum->isScoped());
607 if (Enum->isScoped())
H A DType.cpp546 return ET->getDecl()->isScoped();
1866 return !ET->getDecl()->isScoped();
1937 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
1977 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
2032 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
2047 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete();
2584 || ET->getDecl()->isScoped())
H A DTextNodeDumper.cpp1243 if (D->isScoped()) {
H A DDeclPrinter.cpp522 if (D->isScoped()) {
H A DJSONNodeDumper.cpp806 if (ED->isScoped())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp497 bool isScoped = false; local
500 builtin_type, isScoped);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp400 REGISTER_MATCHER(isScoped);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6764 /// Example matches Y (matcher = enumDecl(isScoped()))
6769 AST_MATCHER(EnumDecl, isScoped) {
6770 return Node.isScoped();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h452 bool isScoped() const { function in class:llvm::codeview::TagRecord
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1210 bool DIARawSymbol::isScoped() const { function in class:DIARawSymbol
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1204 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed());
1251 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(),
1263 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) {
1319 !Enum->isScoped()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1106 er.isScoped());

Completed in 391 milliseconds

12