Searched refs:ELoc (Results 1 - 6 of 6) 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);
125 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
129 ELoc, Sr);
154 PathDiagnosticLocation ELoc = local
159 "true and false branches are identical", ELoc);
237 PathDiagnosticLocation ELoc = local
246 categories::LogicError, Message, ELoc);
258 PathDiagnosticLocation ELoc = local
270 ELoc, S
[all...]
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp498 SourceLocation ELoc = VarRef->getExprLoc(); local
512 ELoc, CD, InitializedEntity::InitializeTemporary(Type),
515 Diag(ELoc, diag::err_omp_required_method)
525 MarkFunctionReferenced(ELoc, CD);
526 DiagnoseUseOfDecl(CD, ELoc);
847 SourceLocation ELoc = E->getExprLoc();
876 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task);
2397 SourceLocation ELoc = RefExpr->getExprLoc(); local
2405 Diag(ELoc, diag::err_omp_expected_var_name) << RefExpr->getSourceRange();
2421 if (RequireCompleteType(ELoc, Typ
2528 SourceLocation ELoc = RefExpr->getExprLoc(); local
2714 SourceLocation ELoc = RefExpr->getExprLoc(); local
2869 SourceLocation ELoc = RefExpr->getExprLoc(); local
3031 auto ELoc = RefExpr->getExprLoc(); local
3260 SourceLocation ELoc = RefExpr->getExprLoc(); local
3378 SourceLocation ELoc = RefExpr->getExprLoc(); local
3453 SourceLocation ELoc = RefExpr->getExprLoc(); local
3536 SourceLocation ELoc = RefExpr->getExprLoc(); local
[all...]
/external/clang/lib/Edit/
H A DEditedSource.cpp380 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); local
381 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp1233 SourceLocation ELoc = I->RemoveRange.getEnd();
1236 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
1240 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts);
/external/clang/tools/libclang/
H A DCIndex.cpp6986 CXSourceLocation ELoc = clang_getRangeEnd(range);
6994 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr);

Completed in 403 milliseconds