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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp65 PathDiagnosticLocation ELoc =
72 ELoc, ArgEx->getSourceRange());
H A DIdenticalExprChecker.cpp70 PathDiagnosticLocation ELoc = local
75 Message, ELoc, Sr);
120 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC);
124 ELoc);
143 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
147 ELoc, Sr);
172 PathDiagnosticLocation ELoc = local
177 "true and false branches are identical", ELoc);
255 PathDiagnosticLocation ELoc = local
264 categories::LogicError, Message, ELoc);
276 PathDiagnosticLocation ELoc = local
[all...]
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1300 auto ELoc = E->getExprLoc();
1326 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task);
6342 SourceLocation ELoc = RefExpr->getExprLoc();
6350 Diag(ELoc, diag::err_omp_expected_var_name) << RefExpr->getSourceRange();
6367 if (RequireCompleteType(ELoc, Type,
6382 Diag(ELoc, diag::err_omp_wrong_dsa) << getOpenMPClauseName(DVar.CKind)
6391 Diag(ELoc, diag::err_omp_variably_modified_type_not_supported)
6476 SourceLocation ELoc =
6485 Diag(ELoc, diag::err_omp_expected_var_name) << RefExpr->getSourceRange();
6503 if (RequireCompleteType(ELoc, Typ
[all...]
/external/clang/lib/Parse/
H A DParseOpenMP.cpp594 SourceLocation ELoc = Tok.getLocation();
597 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc);
723 SourceLocation ELoc = Tok.getLocation(); local
726 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc);
1005 SourceLocation ELoc = ConsumeToken(); local
1007 Tail = Actions.ActOnFinishFullExpr(Tail.get(), ELoc);
/external/clang/lib/Edit/
H A DEditedSource.cpp440 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
441 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp1236 SourceLocation ELoc = I->RemoveRange.getEnd();
1239 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
1243 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts);
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp606 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); local
608 SMRange(BLoc, ELoc));
610 "\"", SMRange(BLoc, ELoc));
/external/clang/tools/libclang/
H A DCIndex.cpp7549 CXSourceLocation ELoc = clang_getRangeEnd(range);
7557 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr);

Completed in 150 milliseconds