Searched refs:FileLoc (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp40 unsigned FileLoc; member in struct:__anon140::SourceDelta
45 Delta.FileLoc = Loc;
189 while (i != e && FileIndex > getValue(i).FileLoc)
194 if (i != e && getValue(i).FileLoc == FileIndex) {
221 if (InsertRes->Split.FileLoc > FileIndex)
264 if (SubSplit.FileLoc < InsertRes->Split.FileLoc)
272 // Find the insertion point, the first delta whose index is >SubSplit.FileLoc.
274 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
[all...]
/external/clang/include/clang/AST/
H A DCommentLexer.h233 SourceLocation FileLoc; member in class:clang::comments::Lexer
315 return FileLoc.getLocWithOffset(CharNo);
349 SourceLocation FileLoc,
/external/clang/include/clang/Lex/
H A DLexer.h53 SourceLocation FileLoc; // Location for start of file. member in class:clang::Lexer
102 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
128 SourceLocation getFileLoc() const { return FileLoc; }
/external/clang/lib/Lex/
H A DLexer.cpp119 FileLoc(PP.getSourceManager().getLocForStartOfFile(FID)),
134 : FileLoc(fileloc), LangOpts(langOpts) {
147 : FileLoc(SM.getLocForStartOfFile(FID)), LangOpts(langOpts) {
193 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
490 SourceLocation FileLoc = SM.getSpellingLoc(Loc);
491 SourceLocation BeginFileLoc = getBeginningOfFileToken(FileLoc, SM, LangOpts);
492 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
1138 Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen);
1140 SourceLocation FileLoc,
1142 assert(FileLoc
1139 GetMappedTokenLoc(Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen) argument
[all...]
/external/clang/include/clang/Frontend/
H A DASTUnit.h194 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID()); local
195 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
/external/clang/lib/Frontend/
H A DASTUnit.cpp2596 SourceLocation FileLoc = SM.getFileLoc(Loc);
2597 assert(SM.isLocalSourceLocation(FileLoc));
2600 llvm::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);
2674 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); local
2675 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset));
2691 SourceLocation FileLoc local
2693 return FileLoc.getLocWithOffset(Offs);
2713 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); local
2714 return FileLoc.getLocWithOffset(Offs);
/external/clang/lib/Basic/
H A DSourceManager.cpp1599 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset());
1602 return FileLoc;
1622 return FileLoc.getLocWithOffset(Size);
1630 return FileLoc.getLocWithOffset(FilePos);
1638 return FileLoc.getLocWithOffset(FilePos + i);
1640 return FileLoc.getLocWithOffset(FilePos + Col - 1);
/external/clang/tools/libclang/
H A DIndexingContext.cpp630 SourceLocation FileLoc = SM.getFileLoc(Loc); local
631 FileID FID = SM.getFileID(FileLoc);
/external/clang/lib/Serialization/
H A DASTWriter.cpp3928 SourceLocation FileLoc = SM.getFileLoc(Loc); local
3929 assert(SM.isLocalSourceLocation(FileLoc));
3932 llvm::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);

Completed in 674 milliseconds