Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSizeofPointer.cpp64 PathDiagnosticLocation ELoc = in VisitUnaryExprOrTypeTraitExpr() local
71 ELoc, &R, 1); in VisitUnaryExprOrTypeTraitExpr()
/external/clang/lib/Edit/
DEditedSource.cpp311 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() local
312 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1139 SourceLocation ELoc = I->RemoveRange.getEnd(); in emitParseableFixits() local
1142 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits()
1146 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()
/external/clang/include/clang/Serialization/
DASTReader.h831 findEndPreprocessedEntity(SourceLocation ELoc) const;
/external/clang/lib/Serialization/
DASTReader.cpp3531 ASTReader::findEndPreprocessedEntity(SourceLocation ELoc) const { in findEndPreprocessedEntity()
3532 if (SourceMgr.isLocalSourceLocation(ELoc)) in findEndPreprocessedEntity()
3537 ELoc.getOffset()); in findEndPreprocessedEntity()
3549 std::upper_bound(pp_begin, pp_end, ELoc, in findEndPreprocessedEntity()