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

/external/clang/include/clang/AST/
H A DCXXInheritance.h139 /// RecordPaths - Whether Sema::IsDerivedFrom should record paths
142 bool RecordPaths; member in class:clang::CXXBasePaths
178 bool RecordPaths = true,
180 : FindAmbiguities(FindAmbiguities), RecordPaths(RecordPaths),
206 bool isRecordingPaths() const { return RecordPaths; }
209 void setRecordingPaths(bool RP) { RecordPaths = RP; }
/external/clang/lib/AST/
H A DCXXInheritance.cpp77 std::swap(RecordPaths, Other.RecordPaths);
83 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
103 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,

Completed in 52 milliseconds