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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeUDT.cpp 59 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
150 bool NativeTypeUDT::hasCastOperator() const {
152 return UnmodifiedType->hasCastOperator();
NativeTypeUDT.cpp 59 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
150 bool NativeTypeUDT::hasCastOperator() const {
152 return UnmodifiedType->hasCastOperator();
NativeTypeEnum.cpp 149 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
285 bool NativeTypeEnum::hasCastOperator() const {
287 return UnmodifiedType->hasCastOperator();
NativeTypeEnum.cpp 149 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
285 bool NativeTypeEnum::hasCastOperator() const {
287 return UnmodifiedType->hasCastOperator();
NativeRawSymbol.cpp 460 bool NativeRawSymbol::hasCastOperator() const {
NativeRawSymbol.cpp 460 bool NativeRawSymbol::hasCastOperator() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 325 RAW_METHOD_DUMP(OS, hasCastOperator);
990 bool DIARawSymbol::hasCastOperator() const {
DIARawSymbol.cpp 325 RAW_METHOD_DUMP(OS, hasCastOperator);
990 bool DIARawSymbol::hasCastOperator() const {

Completed in 71 milliseconds