Home
last modified time | relevance | path

Searched refs:getModifiedLoc (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp474 return attr.getModifiedLoc().findExplicitQualifierLoc(); in findExplicitQualifierLoc()
733 return Visit(T.getModifiedLoc()); in VisitAttributedTypeLoc()
H A DComment.cpp133 return AttributeTL.getModifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp540 Target = A.getModifiedLoc(); in getFunctionProtoTypeLoc()
H A DCheckExprLifetime.cpp552 TL = ATL.getModifiedLoc()) { in implicitObjectParamIsLifetimeBound()
H A DTreeTransform.h7565 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType()
7593 if (TL.getModifiedLoc().getType() != TL.getEquivalentTypeLoc().getType()) { in TransformAttributedType()
7607 : TL.getModifiedLoc().getBeginLoc()), in TransformAttributedType()
H A DSemaDeclAttr.cpp4301 TL = ATL.getModifiedLoc()) { in LazyProcessLifetimeCaptureByParams()
H A DSemaType.cpp5880 Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()
H A DSemaCodeComplete.cpp3037 TL = AttrTL.getModifiedLoc(); in findTypeLocationForBlockDecl()
H A DSemaChecking.cpp3520 TL = ATL.getModifiedLoc()) in checkLifetimeCaptureBy()
H A DSemaDecl.cpp7062 TL = ATL.getModifiedLoc()) { in checkLifetimeBoundAttr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h891 TypeLoc getModifiedLoc() const { in getModifiedLoc() function
2747 Cur = ATL.getModifiedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1457 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp49 TL = AttrTL.getModifiedLoc(); in findTypeLocForBlockDecl()