Home
last modified time | relevance | path

Searched refs:getInnerLoc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp449 TL = PTL.getInnerLoc(); in IgnoreParensImpl()
729 return Visit(T.getInnerLoc()); in VisitParenTypeLoc()
746 return Visit(T.getInnerLoc()); in VisitMacroQualifiedTypeLoc()
H A DDecl.cpp3945 TL = PTL.getInnerLoc(); in getFunctionTypeLoc()
3949 TL = MQTL.getInnerLoc(); in getFunctionTypeLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1180 TypeLoc getInnerLoc() const { return getInnerTypeLoc(); } in getInnerLoc() function
1213 TypeLoc getInnerLoc() const { return getInnerTypeLoc(); } in getInnerLoc() function
1230 return getInnerLoc().getLocalSourceRange(); in getLocalSourceRange()
1268 TypeLoc getInnerLoc() const { in getInnerLoc() function
2745 Cur = PTL.getInnerLoc(); in getAsAdjusted()
2757 Cur = MQL.getInnerLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1451 DEF_TRAVERSE_TYPELOC(ParenType, { TRY_TO(TraverseTypeLoc(TL.getInnerLoc())); })
1454 { TRY_TO(TraverseTypeLoc(TL.getInnerLoc())); })
1460 { TRY_TO(TraverseTypeLoc(TL.getInnerLoc())); })
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp544 Target = P.getInnerLoc(); in getFunctionProtoTypeLoc()
H A DTreeTransform.h7629 QualType InnerTy = getDerived().TransformType(TLB, TL.getInnerLoc()); in TransformCountAttributedType()
7706 QualType Inner = getDerived().TransformType(TLB, TL.getInnerLoc()); in TransformParenType()
7712 Inner != TL.getInnerLoc().getType()) { in TransformParenType()
7728 QualType Inner = getDerived().TransformType(TLB, TL.getInnerLoc()); in TransformMacroQualifiedType()
7733 if (getDerived().AlwaysRebuild() || Inner != TL.getInnerLoc().getType()) { in TransformMacroQualifiedType()
H A DSemaDecl.cpp6633 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getInnerLoc(), in FixInvalidVariablyModifiedTypeLoc()
6634 DstPTL.getInnerLoc()); in FixInvalidVariablyModifiedTypeLoc()
H A DSemaType.cpp5892 Visit(TL.getInnerLoc()); in VisitMacroQualifiedTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp98 auto L = Visit(T.getInnerLoc()); in VisitParenTypeLoc()
1336 return TraverseTypeLoc(L.getInnerLoc()); in TraverseParenTypeLoc()