OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXBasePath
(Results
1 - 11
of
11
) sorted by null
/external/clang/include/clang/AST/
CXXInheritance.h
69
class
CXXBasePath
: public llvm::SmallVector<CXXBasePathElement, 4> {
71
CXXBasePath
() : Access(AS_public) {}
123
std::list<
CXXBasePath
> Paths;
151
CXXBasePath
ScratchPath;
171
typedef std::list<
CXXBasePath
>::iterator paths_iterator;
172
typedef std::list<
CXXBasePath
>::const_iterator const_paths_iterator;
191
CXXBasePath
& front() { return Paths.front(); }
192
const
CXXBasePath
& front() const { return Paths.front(); }
DeclCXX.h
28
class
CXXBasePath
;
[
all
...]
/external/clang/lib/AST/
CXXInheritance.cpp
314
for (
CXXBasePath
::iterator PE = P->begin(), PEEnd = P->end();
356
CXXBasePath
&Path,
365
CXXBasePath
&Path,
375
CXXBasePath
&Path,
391
CXXBasePath
&Path,
409
CXXBasePath
&Path,
/external/clang/lib/Sema/
SemaAccess.cpp
854
static
CXXBasePath
*FindBestPath(Sema &S,
869
CXXBasePath
*BestPath = 0;
882
CXXBasePath
::iterator I = PI->end(), E = PI->begin();
[
all
...]
SemaCXXCast.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
55
class
CXXBasePath
;
[
all
...]
/external/clang/lib/CodeGen/
CGVTables.cpp
218
const
CXXBasePath
&Path) {
[
all
...]
Completed in 140 milliseconds