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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h 377 inheritanceModelHasVBTableOffsetField(MSInheritanceModel Inheritance) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp 260 if (inheritanceModelHasVBTableOffsetField(Inheritance))
MicrosoftMangle.cpp 690 if (inheritanceModelHasVBTableOffsetField(IM))
754 if (inheritanceModelHasVBTableOffsetField(IM))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 2664 return (!inheritanceModelHasVBTableOffsetField(Inheritance) &&
2683 if (inheritanceModelHasVBTableOffsetField(Inheritance))
2712 if (inheritanceModelHasVBTableOffsetField(Inheritance))
2755 if (inheritanceModelHasVBTableOffsetField(Inheritance))
3130 if (inheritanceModelHasVBTableOffsetField(Inheritance))
3244 if (inheritanceModelHasVBTableOffsetField(SrcInheritance))
3297 if (inheritanceModelHasVBTableOffsetField(DstInheritance) &&
3298 inheritanceModelHasVBTableOffsetField(SrcInheritance)) {
3356 if (inheritanceModelHasVBTableOffsetField(DstInheritance))
3428 if (inheritanceModelHasVBTableOffsetField(Inheritance)
    [all...]

Completed in 32 milliseconds