HomeSort by: relevance | last modified time | path
    Searched defs:isConstType (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeBuiltin.cpp 34 bool NativeTypeBuiltin::isConstType() const {
NativeTypeVTShape.cpp 24 dumpSymbolField(OS, "constType", isConstType(), Indent);
29 bool NativeTypeVTShape::isConstType() const { return false; }
NativeTypeArray.cpp 40 dumpSymbolField(OS, "constType", isConstType(), Indent);
49 bool NativeTypeArray::isConstType() const { return false; }
NativeSymbolEnumerator.cpp 42 dumpSymbolField(OS, "constType", isConstType(), Indent);
70 bool NativeSymbolEnumerator::isConstType() const { return false; }
NativeTypePointer.cpp 50 dumpSymbolField(OS, "constType", isConstType(), Indent);
131 bool NativeTypePointer::isConstType() const {
NativeTypeUDT.cpp 57 dumpSymbolField(OS, "constType", isConstType(), Indent);
135 bool NativeTypeUDT::isConstType() const {
NativeTypeFunctionSig.cpp 125 dumpSymbolField(OS, "constType", isConstType(), Indent);
180 bool NativeTypeFunctionSig::isConstType() const { return false; }
NativeTypeEnum.cpp 147 dumpSymbolField(OS, "constType", isConstType(), Indent);
354 bool NativeTypeEnum::isConstType() const {
NativeRawSymbol.cpp 428 bool NativeRawSymbol::isConstType() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 958 bool DIARawSymbol::isConstType() const {

Completed in 22 milliseconds