Searched defs:RecordPaths (Results 1 - 1 of 1) 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; }

Completed in 67 milliseconds