Searched refs:ELoc (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp64 PathDiagnosticLocation ELoc =
71 ELoc, ArgEx->getSourceRange());
H A DIdenticalExprChecker.cpp69 PathDiagnosticLocation ELoc = local
74 Message, ELoc, Sr);
119 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC);
123 ELoc);
142 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
146 ELoc, Sr);
171 PathDiagnosticLocation ELoc = local
176 "true and false branches are identical", ELoc);
254 PathDiagnosticLocation ELoc = local
266 categories::LogicError, Message, ELoc);
278 PathDiagnosticLocation ELoc = local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1540 SourceLocation ELoc,
1550 SemaRef.Diag(ELoc, Diag) << getOpenMPClauseName(CKind);
2465 getPrivateItem(Sema &S, Expr *&RefExpr, SourceLocation &ELoc,
2516 SourceLocation ELoc;
2519 auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange,
2594 SourceLocation ELoc;
2597 auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
3358 SourceLocation ELoc = E->getExprLoc();
3471 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task);
3542 SourceLocation ELoc
[all...]
H A DCodeCompleteConsumer.cpp595 const SourceLocation ELoc = FixIt.RemoveRange.getEnd(); local
599 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
602 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, SemaRef.LangOpts);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp462 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
463 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1338 SourceLocation ELoc = I->RemoveRange.getEnd();
1341 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
1345 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp714 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); local
716 SMRange(BLoc, ELoc));
718 "\"", SMRange(BLoc, ELoc));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2704 SourceLocation ELoc = Tok.getLocation();
2708 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false);
2991 SourceLocation ELoc = Tok.getLocation(); local
2995 Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false);
3532 SourceLocation ELoc = ConsumeToken(); local
3535 Actions.ActOnFinishFullExpr(Tail.get(), ELoc, /*DiscardedValue*/ false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3888 SMLoc ELoc = Parser.getTok().getLoc(); local
3891 AArch64Operand::CreateToken("!", false, ELoc, getContext()));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10503 bool CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc,

Completed in 302 milliseconds