/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IdenticalExprChecker.cpp | 69 PathDiagnosticLocation ELoc = in reportIdenticalExpr() local 74 Message, ELoc, Sr); in reportIdenticalExpr() 119 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC); in VisitIfStmt() local 123 ELoc); in VisitIfStmt() 142 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC); in VisitIfStmt() local 146 ELoc, Sr); in VisitIfStmt() 171 PathDiagnosticLocation ELoc = in VisitIfStmt() local 176 "true and false branches are identical", ELoc); in VisitIfStmt() 254 PathDiagnosticLocation ELoc = in checkComparisonOp() local 266 categories::LogicError, Message, ELoc); in checkComparisonOp() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1730 SourceLocation ELoc, in rejectConstNotMutableType() argument 1739 SemaRef.Diag(ELoc, Diag) << getOpenMPClauseName(CKind); in rejectConstNotMutableType() 2805 getPrivateItem(Sema &S, Expr *&RefExpr, SourceLocation &ELoc, 2857 SourceLocation ELoc; in checkReductionClauses() local 2860 auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange, in checkReductionClauses() 2935 SourceLocation ELoc; in EndOpenMPDSABlock() local 2938 auto Res = getPrivateItem(SemaRef, SimpleRefExpr, ELoc, ERange); in EndOpenMPDSABlock() 3829 SourceLocation ELoc = E->getExprLoc(); in VisitDeclRefExpr() local 3960 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task); in VisitDeclRefExpr() 4039 SourceLocation ELoc = E->getExprLoc(); in VisitMemberExpr() local [all …]
|
H A D | CodeCompleteConsumer.cpp | 704 const SourceLocation ELoc = FixIt.RemoveRange.getEnd(); in ProcessCodeCompleteResults() local 708 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in ProcessCodeCompleteResults() 711 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, SemaRef.LangOpts); in ProcessCodeCompleteResults()
|
H A D | SemaChecking.cpp | 11332 SourceLocation ELoc = Lexer::getLocForEndOfToken(BLoc, 0, SM, LO); in AnalyzeImplicitConversions() local 11334 clang::CharSourceRange::getTokenRange(BLoc, ELoc), SM, LO); in AnalyzeImplicitConversions()
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 462 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() local 463 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 712 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection() local 714 SMRange(BLoc, ELoc)); in parseDirectiveSection() 716 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1522 SourceLocation ELoc = H.RemoveRange.getEnd(); in emitParseableFixits() local 1525 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits() 1529 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3356 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPParensExpr() local 3360 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false); in ParseOpenMPParensExpr() 3988 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() local 3992 Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false); in ParseOpenMPSingleExprWithArgClause() 4355 OpenMPClauseKind CKind, SourceLocation ELoc) { in parseStepSize() argument 4358 Tail = Actions.ActOnFinishFullExpr(Tail.get(), ELoc, in parseStepSize() 4746 SourceLocation ELoc = ConsumeToken(); in ParseOpenMPVarList() local 4797 Diag(ELoc, diag::err_expected_expression); in ParseOpenMPVarList() 4801 Tail = Actions.ActOnFinishFullExpr(Tail.get(), ELoc, in ParseOpenMPVarList()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 781 bool CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc,
|