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
64
ScratchPath
.clear();
186
AccessSpecifier AccessToHere =
ScratchPath
.Access;
187
bool IsFirstStep =
ScratchPath
.empty();
232
ScratchPath
.push_back(Element);
250
ScratchPath
.Access = BaseSpec->getAccessSpecifier();
252
ScratchPath
.Access = CXXRecordDecl::MergeAccess(AccessToHere,
259
if (BaseMatches(BaseSpec,
ScratchPath
, UserData)) {
264
Paths.push_back(
ScratchPath
);
292
ScratchPath
.pop_back();
302
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 839 milliseconds