Searched refs:isRefUdt (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h57 bool isRefUdt() const override;
H A DNativeTypeUDT.h54 bool isRefUdt() const override;
H A DNativeRawSymbol.h210 bool isRefUdt() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp66 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent);
197 bool NativeTypeUDT::isRefUdt() const { return false; } function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp156 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent);
348 bool NativeTypeEnum::isRefUdt() const { return false; } function in class:NativeTypeEnum
H A DNativeRawSymbol.cpp656 bool NativeRawSymbol::isRefUdt() const { function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h205 bool isRefUdt() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h236 virtual bool isRefUdt() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp374 RAW_METHOD_DUMP(OS, isRefUdt);
1190 bool DIARawSymbol::isRefUdt() const { function in class:DIARawSymbol

Completed in 287 milliseconds