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

/external/clang/include/clang/AST/
H A DCXXInheritance.h138 /// RecordPaths - Whether Sema::IsDerivedFrom should record paths
141 bool RecordPaths; member in class:clang::CXXBasePaths
177 bool RecordPaths = true,
179 : FindAmbiguities(FindAmbiguities), RecordPaths(RecordPaths),
205 bool isRecordingPaths() const { return RecordPaths; }
208 void setRecordingPaths(bool RP) { RecordPaths = RP; }
/external/clang/lib/AST/
H A DCXXInheritance.cpp75 std::swap(RecordPaths, Other.RecordPaths);
81 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
101 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,

Completed in 48 milliseconds