Searched refs:hasNestedTypes (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBaseClass.h34 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeEnum.h35 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeTypedef.h30 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeUDT.h34 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DIPDBRawSymbol.h193 virtual bool hasNestedTypes() const = 0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h53 bool hasNestedTypes() const override;
H A DNativeTypeUDT.h51 bool hasNestedTypes() const override;
H A DNativeRawSymbol.h171 bool hasNestedTypes() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp61 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent);
159 bool NativeTypeUDT::hasNestedTypes() const { function in class:NativeTypeUDT
161 return UnmodifiedType->hasNestedTypes();
H A DNativeTypeEnum.cpp153 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent);
275 bool NativeTypeEnum::hasNestedTypes() const { function in class:NativeTypeEnum
277 return UnmodifiedType->hasNestedTypes();
H A DNativeRawSymbol.cpp499 bool NativeRawSymbol::hasNestedTypes() const { function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h166 bool hasNestedTypes() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp335 RAW_METHOD_DUMP(OS, hasNestedTypes);
1030 bool DIARawSymbol::hasNestedTypes() const { function in class:DIARawSymbol

Completed in 204 milliseconds