HomeSort by: relevance | last modified time | path
    Searched refs:ELoc (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 64 PathDiagnosticLocation ELoc =
71 ELoc, ArgEx->getSourceRange());
IdenticalExprChecker.cpp 69 PathDiagnosticLocation ELoc =
74 Message, ELoc, Sr);
119 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC);
123 ELoc);
142 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
146 ELoc, Sr);
171 PathDiagnosticLocation ELoc =
176 "true and false branches are identical", ELoc);
254 PathDiagnosticLocation ELoc =
266 categories::LogicError, Message, ELoc);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 1574 SourceLocation ELoc,
1584 SemaRef.Diag(ELoc, Diag) << getOpenMPClauseName(CKind);
2534 getPrivateItem(Sema &S, Expr *&RefExpr, SourceLocation &ELoc,
2585 SourceLocation ELoc;
2588 auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange,
2663 SourceLocation ELoc;
2666 auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
3505 SourceLocation ELoc = E->getExprLoc();
3635 SemaRef.Diag(ELoc, diag::err_omp_reduction_in_task);
3708 SourceLocation ELoc = E->getExprLoc()
    [all...]
CodeCompleteConsumer.cpp 593 const SourceLocation ELoc = FixIt.RemoveRange.getEnd();
597 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
600 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, SemaRef.LangOpts);
  /src/external/apache2/llvm/dist/clang/lib/Edit/
EditedSource.cpp 462 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
463 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 1330 SourceLocation ELoc = I->RemoveRange.getEnd();
1333 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
1337 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 712 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E);
714 SMRange(BLoc, ELoc));
716 "\"", SMRange(BLoc, ELoc));
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 2996 SourceLocation ELoc = Tok.getLocation();
3000 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false);
3428 SourceLocation ELoc = Tok.getLocation();
3432 Actions.ActOnFinishFullExpr(Val.get(), ELoc, /*DiscardedValue*/ false);
3988 SourceLocation ELoc = ConsumeToken();
3991 Actions.ActOnFinishFullExpr(Tail.get(), ELoc, /*DiscardedValue*/ false);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 4100 SMLoc ELoc = Parser.getTok().getLoc();
4103 AArch64Operand::CreateToken("!", false, ELoc, getContext()));
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 7814 CXSourceLocation eloc = clang_getTokenLocation(TU, Tokens[NumTokens - 1]); local
7815 *Log << clang_getRange(bloc, eloc);
9136 CXSourceLocation ELoc = clang_getRangeEnd(range);
9144 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10786 bool CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc,

Completed in 43 milliseconds