Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h181 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc() function
DDwarfCompileUnit.cpp733 if (auto *DVal = DV.getValueLoc()) { in constructVariableDIEImpl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeLoc.h2473 TypeLoc getValueLoc() const { in getValueLoc() function
2532 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
DRecursiveASTVisitor.h1357 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1359 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp6055 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
6060 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
6069 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()
6313 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
DTreeTransform.h6365 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
6371 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
6388 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()
6393 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()