Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1904 TypeLoc getValueLoc() const { in getValueLoc() function
DDataRecursiveASTVisitor.h1168 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
DRecursiveASTVisitor.h1233 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/external/clang/lib/Sema/
DSemaType.cpp3635 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
3640 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
3818 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
DTreeTransform.h4886 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
4892 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
/external/clang/tools/libclang/
DCIndex.cpp1634 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()