HomeSort by relevance Sort by last modified time
    Searched refs:ELoc (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 65 PathDiagnosticLocation ELoc =
72 ELoc, ArgEx->getSourceRange());
IdenticalExprChecker.cpp 70 PathDiagnosticLocation ELoc =
75 Message, ELoc, Sr);
125 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
129 ELoc, Sr);
154 PathDiagnosticLocation ELoc =
159 "true and false branches are identical", ELoc);
237 PathDiagnosticLocation ELoc =
246 categories::LogicError, Message, ELoc);
258 PathDiagnosticLocation ELoc =
270 ELoc, Sr)
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 498 SourceLocation ELoc = VarRef->getExprLoc();
512 ELoc, CD, InitializedEntity::InitializeTemporary(Type),
515 Diag(ELoc, diag::err_omp_required_method)
525 MarkFunctionReferenced(ELoc, CD);
526 DiagnoseUseOfDecl(CD, ELoc);
847 SourceLocation ELoc = E->getExprLoc();
    [all...]
  /external/clang/lib/Edit/
EditedSource.cpp 380 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
381 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
  /external/clang/lib/Frontend/
TextDiagnostic.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 109 milliseconds