Searched refs:ELoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSizeofPointer.cpp | 64 PathDiagnosticLocation ELoc = in VisitUnaryExprOrTypeTraitExpr() local 71 ELoc, &R, 1); in VisitUnaryExprOrTypeTraitExpr()
|
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 311 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() local 312 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1139 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/ |
D | ASTReader.h | 831 findEndPreprocessedEntity(SourceLocation ELoc) const;
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 3531 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()
|