Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1906 TypeLoc getValueLoc() const { in getValueLoc() function
DDataRecursiveASTVisitor.h1177 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
DRecursiveASTVisitor.h1242 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/external/clang/lib/Sema/
DSemaType.cpp3685 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
3690 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
3869 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
DTreeTransform.h5123 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
5129 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
/external/clang/tools/libclang/
DCIndex.cpp1639 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()