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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeUDT.cpp 56 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
127 bool NativeTypeUDT::hasConstructor() const {
129 return UnmodifiedType->hasConstructor();
NativeTypeFunctionSig.cpp 124 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
172 bool NativeTypeFunctionSig::hasConstructor() const {
NativeTypeEnum.cpp 146 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
254 bool NativeTypeEnum::hasConstructor() const {
256 return UnmodifiedType->hasConstructor();
NativeRawSymbol.cpp 408 bool NativeRawSymbol::hasConstructor() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 938 bool DIARawSymbol::hasConstructor() const {

Completed in 38 milliseconds