OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScratchPath
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
CXXInheritance.cpp
60
ScratchPath
.clear();
184
AccessSpecifier AccessToHere =
ScratchPath
.Access;
185
bool IsFirstStep =
ScratchPath
.empty();
227
ScratchPath
.push_back(Element);
245
ScratchPath
.Access = BaseSpec.getAccessSpecifier();
247
ScratchPath
.Access = CXXRecordDecl::MergeAccess(AccessToHere,
254
if (BaseMatches(&BaseSpec,
ScratchPath
)) {
259
Paths.push_back(
ScratchPath
);
287
ScratchPath
.pop_back();
297
ScratchPath
.Access = AccessToHere
[
all
...]
/external/clang/include/clang/AST/
CXXInheritance.h
148
///
ScratchPath
- A BasePath that is used by Sema::lookupInBases
150
CXXBasePath
ScratchPath
;
Completed in 105 milliseconds