Home
last modified time | relevance | path

Searched refs:isRestrictedType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h189 virtual bool isRestrictedType() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h181 bool isRestrictedType() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp259 MOCK_SYMBOL_ACCESSOR(isRestrictedType)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1023 bool DIARawSymbol::isRestrictedType() const { in isRestrictedType() function in DIARawSymbol