Home
last modified time | relevance | path

Searched refs:getValueLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h1988 TypeLoc getValueLoc() const { in getValueLoc() function
2043 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
DRecursiveASTVisitor.h1282 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1284 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/external/clang/lib/Sema/
DSemaType.cpp4965 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
4970 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
4979 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()
5163 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
DTreeTransform.h5454 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
5460 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
5477 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()
5482 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()
/external/clang/tools/libclang/
DCIndex.cpp1693 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
1697 return Visit(TL.getValueLoc()); in VisitPipeTypeLoc()