Lines Matching refs:getBeginLoc

242   return !Handler->isSafeBufferOptOut(Node.getBeginLoc());  in AST_MATCHER_P()
247 return Handler->ignoreUnsafeBufferInContainer(Node.getBeginLoc()); in AST_MATCHER_P()
586 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc()
626 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc()
672 SourceLocation getSourceLoc() const override { return ASE->getBeginLoc(); } in getSourceLoc()
725 SourceLocation getSourceLoc() const override { return PA->getBeginLoc(); } in getSourceLoc()
768 SourceLocation getSourceLoc() const override { return Ctor->getBeginLoc(); } in getSourceLoc()
815 return PtrInitRHS->getBeginLoc(); in getSourceLoc()
864 SourceLocation getSourceLoc() const override { return PtrLHS->getBeginLoc(); } in getSourceLoc()
914 SourceLocation getSourceLoc() const override { return PtrLHS->getBeginLoc(); } in getSourceLoc()
952 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc()
988 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc()
1023 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc()
1060 SourceLocation getSourceLoc() const override { return Node->getBeginLoc(); } in getSourceLoc()
1100 SourceLocation getSourceLoc() const override { return Node->getBeginLoc(); } in getSourceLoc()
1140 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc()
1175 SourceLocation getSourceLoc() const override { return Node->getBeginLoc(); } in getSourceLoc()
1284 SourceLocation getSourceLoc() const override { return Node->getBeginLoc(); } in getSourceLoc()
1329 SourceLocation getSourceLoc() const override { return Node->getBeginLoc(); } in getSourceLoc()
1380 return DerefOp->getBeginLoc(); in getSourceLoc()
1494 return N1->getBeginLoc().getRawEncoding() < in operator ()()
1495 N2->getBeginLoc().getRawEncoding(); in operator ()()
1770 CharSourceRange::getCharRange(E->getBeginLoc(), *LastCharLoc), SM, in getExprText()
1823 VD->getBeginLoc())) && in hasUnsupportedSpecifiers()
1839 SourceLocation Begin = D->getBeginLoc(); in getSourceRangeToTokenEnd()
1922 return getRangeText({PteTyLoc.getBeginLoc(), PteEndOfTokenLoc}, SM, LangOpts) in getPointeeTypeText()
1931 ? FD->getQualifierLoc().getBeginLoc() in getFunNameText()
1932 : FD->getNameInfo().getBeginLoc(); in getFunNameText()
1992 LHS->getBeginLoc()); in getFixits()
1999 clang::CharSourceRange::getCharRange(*LHSLocation, RHS->getBeginLoc()); in getFixits()
2030 Op->getBeginLoc(), Op->getBeginLoc().getLocWithOffset(1)); in getFixits()
2143 (Offset->IgnoreParens()->getBeginLoc() == Offset->getBeginLoc()); in getFixits()
2154 SourceRange(AddAssignNode->getBeginLoc(), Node->getOperatorLoc()), in getFixits()
2188 SourceRange(Node->getBeginLoc(), *PreIncLocation), SS.str())); in getFixits()
2231 SourceRange SR(Init->getBeginLoc(), *InitLocation); in FixVarInitializerWithSpan()
2241 FixIts.push_back(FixItHint::CreateInsertion(Init->getBeginLoc(), "{")); in FixVarInitializerWithSpan()
2290 Handler.addDebugNoteForVar((D), (D)->getBeginLoc(), \
2380 SourceRange(D->getBeginLoc(), EndLocForReplacement), SS.str())); in fixLocalVarDeclWithSpan()
2472 SourceRange(FD->getBeginLoc(), (*FD->param_begin())->getBeginLoc()), in createOverloadsForFixedParams()
2516 SourceRange(FD->getBeginLoc(), FD->getBody()->getBeginLoc()), SM, in createOverloadsForFixedParams()
2518 SS << Handler.getUnsafeBufferUsageAttributeTextAt(FD->getBeginLoc(), " ") in createOverloadsForFixedParams()
2573 FReDecl->getBeginLoc(), Handler.getUnsafeBufferUsageAttributeTextAt( in createOverloadsForFixedParams()
2574 FReDecl->getBeginLoc(), " "))); in createOverloadsForFixedParams()
2674 getRangeText({D->getBeginLoc(), IdentifierLoc}, Ctx.getSourceManager(), in fixVarDeclWithArray()
2724 SourceRange{D->getBeginLoc(), D->getTypeSpecEndLoc()}, OS.str())); in fixVarDeclWithArray()
3120 Handler.addDebugNoteForVar(it->first, it->first->getBeginLoc(), in checkUnsafeBufferUsage()
3128 Handler.addDebugNoteForVar(it->first, it->first->getBeginLoc(), in checkUnsafeBufferUsage()
3138 Handler.addDebugNoteForVar(it->first, it->first->getBeginLoc(), in checkUnsafeBufferUsage()
3161 UnsafeVD, UnclaimedDRE->getBeginLoc(), in checkUnsafeBufferUsage()