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 138 /// RecordPaths - Whether Sema::IsDerivedFrom should record paths
141 bool RecordPaths;
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/
CXXInheritance.cpp 71 std::swap(RecordPaths, Other.RecordPaths);
77 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
97 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,

Completed in 48 milliseconds