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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h 211 const RecordType* getDetectedVirtual() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 1662 if (Paths.getDetectedVirtual() != nullptr) {
1663 QualType VirtualBase(Paths.getDetectedVirtual(), 0);
1762 if (const RecordType *VBase = Paths.getDetectedVirtual()) {
SemaOverload.cpp 3156 if (const RecordType *VBase = Paths.getDetectedVirtual()) {
SemaExpr.cpp 15187 if (Paths.getDetectedVirtual()) {

Completed in 57 milliseconds