HomeSort by relevance Sort by last modified time
    Searched refs:FileID (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/clang/include/clang/Lex/
PTHManager.h 128 PTHLexer *CreateLexer(FileID FID);
PPCallbacks.h 51 FileID PrevFID = FileID()) {
314 FileID PrevFID) {
Lexer.h 97 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, Preprocessor &PP);
108 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer,
350 /// expansion or the range does not reside on the same FileID.
PreprocessingRecord.h 282 FileID FID) {
543 bool isEntityInFileID(iterator PPEI, FileID FID);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 58 void HandlePiece(Rewriter& R, FileID BugFileID,
61 void HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range,
124 FileID FID =
268 void HTMLDiagnostics::HandlePiece(Rewriter& R, FileID BugFileID,
281 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos);
412 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc();
519 void HTMLDiagnostics::HighlightRange(Rewriter& R, FileID BugFileID,
PlistDiagnostics.cpp 28 typedef llvm::DenseMap<FileID, unsigned> FIDMap;
84 static void AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V,
87 FileID FID = SM->getFileID(SM->getExpansionLoc(L));
96 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
370 SmallVector<FileID, 10> Fids;
441 for (SmallVectorImpl<FileID>::iterator I=Fids.begin(), E=Fids.end();
  /external/clang/lib/Tooling/
Refactoring.cpp 55 FileID ID;
96 const std::pair<FileID, unsigned> DecomposedLocation =
110 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin);
111 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
153 FileID ID =
  /external/clang/tools/libclang/
CXSourceLocation.cpp 234 // Check that the FileID is invalid on the expansion location.
236 FileID fileID = SM.getFileID(ExpansionLoc);
238 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
314 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
315 FileID FID = LocInfo.first;
351 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(FileLoc);
352 FileID FID = LocInfo.first;
CursorVisitor.h 119 bool visitDeclsFromFileRegion(FileID File, unsigned Offset, unsigned Length);
193 FileID FID = FileID());
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 73 FileID mainFileID = SourceMgr.createMainFileIDForMemBuffer(buf);
125 FileID MainFileID = SourceMgr.createMainFileIDForMemBuffer(Buf);
156 SourceMgr.getColumnNumber(FileID(), 0, &Invalid);
160 SourceMgr.getColumnNumber(FileID(), 1, &Invalid);
184 FileID mainFileID = SourceMgr.createMainFileIDForMemBuffer(mainBuf);
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 37 FileID FID = SM.getFileID(B);
106 void html::EscapeText(Rewriter &R, FileID FID,
226 void html::AddLineNumbers(Rewriter& R, FileID FID) {
270 void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID,
353 /// SyntaxHighlight - Relex the specified FileID and annotate the HTML with
357 void html::SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP) {
376 // FileID.
446 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) {
TokenRewriter.cpp 21 TokenRewriter::TokenRewriter(FileID FID, SourceManager &SM,
  /external/clang/lib/Lex/
MacroInfo.cpp 51 std::pair<FileID, unsigned>
53 std::pair<FileID, unsigned>
PPLexerChange.cpp 71 void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
149 FileID FID = CurPPLexer->getFileID();
316 FileID ExitedFID;
358 // but the main FileID was created before inserting the point.
360 // will point to the next FileID.
362 // inserted before the main FileID is created.
  /external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp 66 FileID FID = R.getSourceMgr().getMainFileID();
InclusionRewriter.cpp 35 FileID Id;
53 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
60 FileID PrevFID);
84 bool HandleHasInclude(FileID FileId, Lexer &RawLex,
143 FileID) {
275 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
335 PP.getSourceManager().getFileEntryForID(FileId), 0, 0, 0, false)
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 50 // If the macro's spelling has no FileID, then it's actually a token paste
62 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
316 // iff the FileID is the same.
322 FileID CaretLocFileID = SM->getFileID(CaretLoc);
330 FileID BeginFileID = SM->getFileID(Begin);
331 FileID EndFileID = SM->getFileID(End);
336 llvm::SmallDenseMap<FileID, SourceLocation> BeginLocsMap;
454 // Map the ranges into the FileID of the diagnostic location.
TextDiagnostic.cpp 776 FileID FID = SM.getFileID(Loc);
820 FileID CaretFileID =
841 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
842 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
908 unsigned LineNo, FileID FID
    [all...]
DependencyFile.cpp 58 FileID PrevFID);
105 FileID PrevFID) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 253 unsigned FileID = DD->getOrCreateSourceID(V.getContext().getFilename(),
256 assert(FileID && "Invalid file id");
257 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
271 unsigned FileID = DD->getOrCreateSourceID(G.getFilename(), G.getDirectory(),
273 assert(FileID && "Invalid file id");
274 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
290 unsigned FileID = DD->getOrCreateSourceID(SP.getFilename(),
292 assert(FileID && "Invalid file id");
293 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
307 unsigned FileID = DD->getOrCreateSourceID(Ty.getFilename()
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 100 static FileID createInMemoryFile(StringRef FileName, const MemoryBuffer *Source,
170 static bool fillRanges(SourceManager &Sources, FileID ID,
245 FileID ID = createInMemoryFile(FileName, Code.get(), Sources, Files);
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 124 virtual void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
  /external/clang/lib/Edit/
Commit.cpp 238 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
273 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
311 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(range.getBegin());
312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd());
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 33 FileID ID = Context.createInMemoryFile("input.cc", Code);
  /external/clang/include/clang/Serialization/
Module.h 121 FileID OriginalSourceFileID;

Completed in 3249 milliseconds

12 3 4