Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h183 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc() function
DDwarfCompileUnit.cpp622 if (auto *DVal = DV.getValueLoc()) { in constructVariableDIEImpl()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h181 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc() function
DDwarfCompileUnit.cpp695 if (auto *DVal = DV.getValueLoc()) { in constructVariableDIEImpl()
/external/clang/include/clang/AST/
DTypeLoc.h1988 TypeLoc getValueLoc() const { in getValueLoc() function
2043 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
DRecursiveASTVisitor.h1282 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1284 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h2424 TypeLoc getValueLoc() const { in getValueLoc() function
2483 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
DRecursiveASTVisitor.h1346 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1348 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
/external/clang/lib/Sema/
DSemaType.cpp4965 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
4970 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
4979 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()
5163 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
DTreeTransform.h5454 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
5460 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
5477 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()
5482 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5979 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()
5984 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
5993 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()
6226 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
DTreeTransform.h6256 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()
6262 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
6279 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()
6284 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()
/external/clang/tools/libclang/
DCIndex.cpp1693 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
1697 return Visit(TL.getValueLoc()); in VisitPipeTypeLoc()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp1784 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()
1788 return Visit(TL.getValueLoc()); in VisitPipeTypeLoc()