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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h 161 /// DetectVirtual - Whether Sema::IsDerivedFrom should abort the search
164 bool DetectVirtual;
178 bool DetectVirtual = true)
180 DetectVirtual(DetectVirtual) {}
207 bool isDetectingVirtual() const { return DetectVirtual; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp 64 std::swap(DetectVirtual, Other.DetectVirtual);
70 /*DetectVirtual=*/false);
94 /*DetectVirtual=*/false);

Completed in 55 milliseconds