Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h138 const DbgValueLoc &getValueLoc() const { return *ValueLoc; } in getValueLoc() function
H A DDwarfCompileUnit.cpp813 const DbgValueLoc *DVal = &Single.getValueLoc(); in applyConcreteDbgVariableAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2667 TypeLoc getValueLoc() const { in getValueLoc() function
2726 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
H A DRecursiveASTVisitor.h1520 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1522 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6081 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
6086 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
6095 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()
6281 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
H A DTreeTransform.h7165 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
7171 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
7188 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()
7193 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()