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
175 explicit CXXBasePaths(bool FindAmbiguities = true, bool RecordPaths = true,
177 : FindAmbiguities(FindAmbiguities), RecordPaths(RecordPaths),
201 bool isRecordingPaths() const { return RecordPaths; }
204 void setRecordingPaths(bool RP) { RecordPaths = RP; }

Completed in 84 milliseconds