/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 70 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 …]
|
D | CheckSizeofPointer.cpp | 65 PathDiagnosticLocation ELoc = in VisitUnaryExprOrTypeTraitExpr() local 72 ELoc, ArgEx->getSourceRange()); in VisitUnaryExprOrTypeTraitExpr()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 69 PathDiagnosticLocation ELoc = in reportIdenticalExpr() local 74 Message, ELoc, Sr); in reportIdenticalExpr() 119 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC); in VisitIfStmt() local 123 ELoc); in VisitIfStmt() 142 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC); in VisitIfStmt() local 146 ELoc, Sr); in VisitIfStmt() 171 PathDiagnosticLocation ELoc = in VisitIfStmt() local 176 "true and false branches are identical", ELoc); in VisitIfStmt() 254 PathDiagnosticLocation ELoc = in checkComparisonOp() local 266 categories::LogicError, Message, ELoc); in checkComparisonOp() [all …]
|
D | CheckSizeofPointer.cpp | 64 PathDiagnosticLocation ELoc = in VisitUnaryExprOrTypeTraitExpr() local 71 ELoc, ArgEx->getSourceRange()); in VisitUnaryExprOrTypeTraitExpr()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1476 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/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1573 SourceLocation ELoc, in rejectConstNotMutableType() argument 1583 SemaRef.Diag(ELoc, Diag) << getOpenMPClauseName(CKind); in rejectConstNotMutableType() 2518 getPrivateItem(Sema &S, Expr *&RefExpr, SourceLocation &ELoc, 2569 SourceLocation ELoc; in checkReductionClauses() local 2572 auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange, in checkReductionClauses() 2647 SourceLocation ELoc; in EndOpenMPDSABlock() local 2650 auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange); in EndOpenMPDSABlock() 3418 SourceLocation ELoc = E->getExprLoc(); in VisitDeclRefExpr() local 3534 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task); in VisitDeclRefExpr() 3605 SourceLocation ELoc = E->getExprLoc(); in VisitMemberExpr() local [all …]
|
D | CodeCompleteConsumer.cpp | 593 const SourceLocation ELoc = FixIt.RemoveRange.getEnd(); in ProcessCodeCompleteResults() local 597 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in ProcessCodeCompleteResults() 600 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, SemaRef.LangOpts); in ProcessCodeCompleteResults()
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 1218 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/ |
D | EditedSource.cpp | 440 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/ |
D | DarwinAsmParser.cpp | 636 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection() local 638 SMRange(BLoc, ELoc)); in parseDirectiveSection() 640 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
|
/external/llvm-project/clang/lib/Edit/ |
D | EditedSource.cpp | 462 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() local 463 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 714 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection() local 716 SMRange(BLoc, ELoc)); in parseDirectiveSection() 718 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 714 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection() local 716 SMRange(BLoc, ELoc)); in parseDirectiveSection() 718 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1252 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/llvm-project/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1341 SourceLocation ELoc = I->RemoveRange.getEnd(); in emitParseableFixits() local 1344 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits() 1348 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 2783 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPParensExpr() local 2787 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false); in ParseOpenMPParensExpr() 3077 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() local 3081 Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false); in ParseOpenMPSingleExprWithArgClause() 3637 SourceLocation ELoc = ConsumeToken(); in ParseOpenMPVarList() local 3640 Actions.ActOnFinishFullExpr(Tail.get(), ELoc, /*DiscardedValue*/ false); in ParseOpenMPVarList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3866 SMLoc ELoc = Parser.getTok().getLoc(); in ParseInstruction() local 3869 AArch64Operand::CreateToken("!", false, ELoc, getContext())); in ParseInstruction()
|
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3981 SMLoc ELoc = Parser.getTok().getLoc(); in ParseInstruction() local 3984 AArch64Operand::CreateToken("!", false, ELoc, getContext())); in ParseInstruction()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 7973 CXSourceLocation ELoc = clang_getRangeEnd(range); in operator <<() local 7981 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr); in operator <<()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 9084 CXSourceLocation ELoc = clang_getRangeEnd(range); in operator <<() local 9092 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr); in operator <<()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8238 bool CheckOpenMPLinearDecl(ValueDecl *D, SourceLocation ELoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 10637 bool CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc,
|