Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h181 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc() function
H A DDwarfCompileUnit.cpp733 if (auto *DVal = DV.getValueLoc()) { in constructVariableDIEImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h2473 TypeLoc getValueLoc() const { in getValueLoc() function
2532 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
H A DRecursiveASTVisitor.h1359 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1361 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp6022 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
6027 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
6036 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()
6280 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
H A DTreeTransform.h6342 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
6348 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
6365 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()
6370 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1786 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
1790 return Visit(TL.getValueLoc()); in VisitPipeTypeLoc()