OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
75
std::swap(
RecordPaths
, Other.
RecordPaths
);
81
CXXBasePaths Paths(/*FindAmbiguities=*/false, /*
RecordPaths
=*/false,
101
CXXBasePaths Paths(/*FindAmbiguities=*/false, /*
RecordPaths
=*/false,
Completed in 35 milliseconds