Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaOpenMP.cpp589 SourceLocation ELoc = E->getExprLoc(); in VisitDeclRefExpr() local
606 Actions.Diag(ELoc, diag::err_omp_no_dsa_for_variable) << VD; in VisitDeclRefExpr()
810 SourceLocation ELoc = (*I)->getExprLoc(); in ActOnOpenMPPrivateClause() local
818 Diag(ELoc, diag::err_omp_expected_var_name) in ActOnOpenMPPrivateClause()
835 if (RequireCompleteType(ELoc, Type, in ActOnOpenMPPrivateClause()
840 Diag(ELoc, diag::err_omp_clause_ref_type_arg) in ActOnOpenMPPrivateClause()
864 CheckConstructorAccess(ELoc, CD, in ActOnOpenMPPrivateClause()
868 Diag(ELoc, diag::err_omp_required_method) in ActOnOpenMPPrivateClause()
877 MarkFunctionReferenced(ELoc, CD); in ActOnOpenMPPrivateClause()
878 DiagnoseUseOfDecl(CD, ELoc); in ActOnOpenMPPrivateClause()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCheckSizeofPointer.cpp63 PathDiagnosticLocation ELoc = in VisitUnaryExprOrTypeTraitExpr() local
70 ELoc, ArgEx->getSourceRange()); in VisitUnaryExprOrTypeTraitExpr()
DIdenticalExprChecker.cpp106 PathDiagnosticLocation ELoc = in VisitBinaryOperator() local
114 categories::LogicError, Message, ELoc); in VisitBinaryOperator()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/
DEditedSource.cpp382 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() local
383 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DTextDiagnostic.cpp1246 SourceLocation ELoc = I->RemoveRange.getEnd(); in emitParseableFixits() local
1249 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits()
1253 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h1050 findEndPreprocessedEntity(SourceLocation ELoc) const;
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2064 SMLoc ELoc = Parser.getTok().getLoc(); in ParseVectorList() local
2082 AArch64Operand::CreateVectorList(Reg, Count, Layout, SLoc, ELoc)); in ParseVectorList()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4329 ASTReader::findEndPreprocessedEntity(SourceLocation ELoc) const { in findEndPreprocessedEntity()
4330 if (SourceMgr.isLocalSourceLocation(ELoc)) in findEndPreprocessedEntity()
4335 ELoc.getOffset() - 1); in findEndPreprocessedEntity()
4347 std::upper_bound(pp_begin, pp_end, ELoc, in findEndPreprocessedEntity()