Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp69 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 DSemaOpenMP.cpp1730 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 DCodeCompleteConsumer.cpp704 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 DSemaChecking.cpp11332 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 DEditedSource.cpp462 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 DDarwinAsmParser.cpp712 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 DTextDiagnostic.cpp1522 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 DParseOpenMP.cpp3356 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 DSemaOpenMP.h781 bool CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc,