Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h2208 TypeLoc getValueLoc() const { in getValueLoc() function
2267 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
H A DRecursiveASTVisitor.h1355 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1357 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5448 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
5453 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
5462 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()
5666 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
H A DTreeTransform.h5817 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
5823 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
5840 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()
5845 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()