OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBaseLoc
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h
328
SourceLocation
getBaseLoc
(const CXXBaseSpecifier &Base) const;
CXIndexDataConsumer.cpp
345
SourceLocation Loc =
getBaseLoc
(Base);
373
SourceLocation CXIndexDataConsumer::CXXBasesListInfo::
getBaseLoc
(
CIndex.cpp
1619
if (TL.hasBaseTypeAsWritten() && Visit(TL.
getBaseLoc
()))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
1002
TypeLoc
getBaseLoc
() const {
RecursiveASTVisitor.h
1351
TRY_TO(TraverseTypeLoc(TL.
getBaseLoc
()));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
1125
ObjCObjectTL.
getBaseLoc
().initialize(Context, SourceLocation());
1243
ObjCObjectTL.
getBaseLoc
().initializeFullCopy(BaseTypeInfo->getTypeLoc());
1245
ObjCObjectTL.
getBaseLoc
().initialize(Context, Loc);
TreeTransform.h
7018
QualType BaseType = getDerived().TransformType(TLB, TL.
getBaseLoc
());
7022
bool AnyChanged = BaseType != TL.
getBaseLoc
().getType();
Completed in 41 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026