Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h138 const DbgValueLoc &getValueLoc() const { return *ValueLoc; } in getValueLoc() function
H A DDwarfCompileUnit.cpp765 const DbgValueLoc *DVal = &Single.getValueLoc(); in applyConcreteDbgVariableAttributes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2541 TypeLoc getValueLoc() const { in getValueLoc() function
2600 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
H A DRecursiveASTVisitor.h1442 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1444 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6419 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
6424 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
6433 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()
6674 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
H A DTreeTransform.h6676 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
6682 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
6699 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()
6704 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()