HomeSort by relevance Sort by last modified time
    Searched refs:RecordPaths (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
CXXInheritance.h 139 /// RecordPaths - Whether Sema::IsDerivedFrom should record paths
142 bool RecordPaths;
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/
CXXInheritance.cpp 77 std::swap(RecordPaths, Other.RecordPaths);
83 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
103 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,

Completed in 33 milliseconds