Home
last modified time | relevance | path

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

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