Home
last modified time | relevance | path

Searched refs:ELoc (Results 1 – 9 of 9) 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.cpp1476 auto ELoc = E->getExprLoc(); in VisitDeclRefExpr() local
1502 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task); in VisitDeclRefExpr()
1526 auto ELoc = E->getExprLoc(); in VisitMemberExpr() local
1542 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task); in VisitMemberExpr()
8143 getPrivateItem(Sema &S, Expr *&RefExpr, SourceLocation &ELoc, in getPrivateItem() argument
8177 ELoc = RefExpr->getExprLoc(); in getPrivateItem()
8187 S.Diag(ELoc, diag::err_omp_expected_base_var_name) << IsArrayExpr in getPrivateItem()
8190 S.Diag(ELoc, in getPrivateItem()
8209 SourceLocation ELoc; in ActOnOpenMPPrivateClause() local
8212 auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange); in ActOnOpenMPPrivateClause()
[all …]
/external/clang/lib/Parse/
DParseOpenMP.cpp1218 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPParensExpr() local
1222 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc); in ParseOpenMPParensExpr()
1459 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() local
1462 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc); in ParseOpenMPSingleExprWithArgClause()
1706 SourceLocation ELoc = ConsumeToken(); in ParseOpenMPVarList() local
1708 Tail = Actions.ActOnFinishFullExpr(Tail.get(), ELoc); in ParseOpenMPVarList()
/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.cpp636 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection() local
638 SMRange(BLoc, ELoc)); in parseDirectiveSection()
640 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1252 SourceLocation ELoc = I->RemoveRange.getEnd(); in emitParseableFixits() local
1255 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits()
1259 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()
/external/clang/tools/libclang/
DCIndex.cpp7973 CXSourceLocation ELoc = clang_getRangeEnd(range); in operator <<() local
7981 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr); in operator <<()
/external/clang/include/clang/Sema/
DSema.h8238 bool CheckOpenMPLinearDecl(ValueDecl *D, SourceLocation ELoc,