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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeUDT.cpp 60 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent);
158 bool NativeTypeUDT::hasNestedTypes() const {
160 return UnmodifiedType->hasNestedTypes();
NativeTypeEnum.cpp 150 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent);
270 bool NativeTypeEnum::hasNestedTypes() const {
272 return UnmodifiedType->hasNestedTypes();
NativeRawSymbol.cpp 500 bool NativeRawSymbol::hasNestedTypes() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 335 RAW_METHOD_DUMP(OS, hasNestedTypes);
1030 bool DIARawSymbol::hasNestedTypes() const {

Completed in 83 milliseconds