Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1706 SourceLocation ELoc, in rejectConstNotMutableType() argument
1715 SemaRef.Diag(ELoc, Diag) << getOpenMPClauseNameForDiag(CKind); in rejectConstNotMutableType()
2781 getPrivateItem(Sema &S, Expr *&RefExpr, SourceLocation &ELoc,
2833 SourceLocation ELoc; in checkReductionClauses() local
2836 auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange, in checkReductionClauses()
2910 SourceLocation ELoc; in EndOpenMPDSABlock() local
2913 auto Res = getPrivateItem(SemaRef, SimpleRefExpr, ELoc, ERange); in EndOpenMPDSABlock()
3838 SourceLocation ELoc = E->getExprLoc(); in VisitDeclRefExpr() local
3968 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task); in VisitDeclRefExpr()
4046 SourceLocation ELoc = E->getExprLoc(); in VisitMemberExpr() local
[all …]
H A DCodeCompleteConsumer.cpp700 const SourceLocation ELoc = FixIt.RemoveRange.getEnd(); in ProcessCodeCompleteResults() local
704 FileIDAndOffset EInfo = SM.getDecomposedLoc(ELoc); in ProcessCodeCompleteResults()
707 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, SemaRef.LangOpts); in ProcessCodeCompleteResults()
H A DSemaChecking.cpp12738 SourceLocation ELoc = Lexer::getLocForEndOfToken(BLoc, 0, SM, LO); in AnalyzeImplicitConversions() local
12740 clang::CharSourceRange::getTokenRange(BLoc, ELoc), SM, LO); in AnalyzeImplicitConversions()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp460 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() local
461 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp702 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection() local
704 SMRange(BLoc, ELoc)); in parseDirectiveSection()
706 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1519 SourceLocation ELoc = H.RemoveRange.getEnd(); in emitParseableFixits() local
1522 FileIDAndOffset EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits()
1526 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3385 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPParensExpr() local
3390 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false); in ParseOpenMPParensExpr()
3918 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() local
3924 Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false); in ParseOpenMPSingleExprWithArgClause()
4291 OpenMPClauseKind CKind, SourceLocation ELoc) { in parseStepSize() argument
4294 Tail = Actions.ActOnFinishFullExpr(Tail.get(), ELoc, in parseStepSize()
4805 SourceLocation ELoc = ConsumeToken(); in ParseOpenMPVarList() local
4862 Diag(ELoc, diag::err_expected_expression); in ParseOpenMPVarList()
4866 Tail = Actions.ActOnFinishFullExpr(Tail.get(), ELoc, in ParseOpenMPVarList()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h806 bool CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc,