Searched refs:DetectVirtual (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DCXXInheritance.h143 /// DetectVirtual - Whether Sema::IsDerivedFrom should abort the search
146 bool DetectVirtual; member in class:clang::CXXBasePaths
178 bool DetectVirtual = true)
180 DetectVirtual(DetectVirtual), DetectedVirtual(nullptr),
211 bool isDetectingVirtual() const { return DetectVirtual; }
/external/clang/lib/AST/
H A DCXXInheritance.cpp72 std::swap(DetectVirtual, Other.DetectVirtual);
78 /*DetectVirtual=*/false);
98 /*DetectVirtual=*/false);

Completed in 51 milliseconds