Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h1976 TypeLoc getValueLoc() const { in getValueLoc() function
HDDataRecursiveASTVisitor.h1179 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
HDRecursiveASTVisitor.h1247 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp4634 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
4639 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
4819 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
HDTreeTransform.h5153 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
5159 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()