Home
last modified time | relevance | path

Searched refs:getBaseLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.h331 SourceLocation getBaseLoc(const CXXBaseSpecifier &Base) const;
DIndexingContext.cpp130 SourceLocation Loc = getBaseLoc(Base); in CXXBasesListInfo()
158 SourceLocation IndexingContext::CXXBasesListInfo::getBaseLoc( in getBaseLoc() function in IndexingContext::CXXBasesListInfo
DCIndex.cpp1537 if (TL.hasBaseTypeAsWritten() && Visit(TL.getBaseLoc())) in VisitObjCObjectTypeLoc()
/external/clang/include/clang/AST/
DTypeLoc.h941 TypeLoc getBaseLoc() const { in getBaseLoc() function
DRecursiveASTVisitor.h1199 TRY_TO(TraverseTypeLoc(TL.getBaseLoc()));
/external/clang/lib/Sema/
DSemaType.cpp1057 ObjCObjectTL.getBaseLoc().initialize(Context, SourceLocation()); in actOnObjCProtocolQualifierType()
1161 ObjCObjectTL.getBaseLoc().initializeFullCopy(BaseTypeInfo->getTypeLoc()); in actOnObjCTypeArgsAndProtocolQualifiers()
1163 ObjCObjectTL.getBaseLoc().initialize(Context, Loc); in actOnObjCTypeArgsAndProtocolQualifiers()
DTreeTransform.h5787 QualType BaseType = getDerived().TransformType(TLB, TL.getBaseLoc()); in TransformObjCObjectType()
5791 bool AnyChanged = BaseType != TL.getBaseLoc().getType(); in TransformObjCObjectType()