| /external/clang/include/clang/Lex/ |
| PPCallbacks.h | 49 FileID PrevFID = FileID()) { 222 FileID PrevFID) {
|
| Lexer.h | 95 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, Preprocessor &PP); 106 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer,
|
| Preprocessor.h | 510 /// EnterMainSourceFile - Enter the specified FileID as the main source file, 521 void EnterSourceFile(FileID CurFileID, const DirectoryLookup *Dir, [all...] |
| /external/clang/lib/Frontend/ |
| TextDiagnostic.cpp | 415 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc); 583 FileID FID = SM.getFileID(Loc); 630 FileID CaretFileID = 651 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B); 652 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E); 797 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 798 FileID FID = LocInfo.first; [all...] |
| DependencyFile.cpp | 56 FileID PrevFID); 112 FileID PrevFID) {
|
| VerifyDiagnosticConsumer.cpp | 335 static void FindExpectedDiags(Preprocessor &PP, ExpectedData &ED, FileID FID) { 504 FirstErrorFID = FileID();
|
| PrintPreprocessedOutput.cpp | 122 FileID PrevFID); 240 FileID PrevFID) {
|
| CacheTokens.cpp | 484 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User);
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| HTMLDiagnostics.cpp | 60 void HandlePiece(Rewriter& R, FileID BugFileID, 63 void HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range, 142 FileID FID; 144 // Verify that the entire path is from the same FileID. 314 void HTMLDiagnostics::HandlePiece(Rewriter& R, FileID BugFileID, 327 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); 545 void HTMLDiagnostics::HighlightRange(Rewriter& R, FileID BugFileID,
|
| /external/clang/lib/Lex/ |
| PPLexerChange.cpp | 68 void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, 146 FileID FID = CurPPLexer->getFileID(); 283 FileID ExitedFID;
|
| Preprocessor.cpp | 382 /// EnterMainSourceFile - Enter the specified FileID as the main source file, 386 // cause FileID's to accumulate information from both runs (e.g. #line 389 FileID MainFileID = SourceMgr.getMainFileID(); 409 FileID FID = SourceMgr.createFileIDForMemBuffer(SB); 410 assert(!FID.isInvalid() && "Could not create FileID for predefines?");
|
| PTHLexer.cpp | 39 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D, 590 PTHLexer *PTHManager::CreateLexer(FileID FID) {
|
| PPDirectives.cpp | 494 FileID FID = getCurrentFileLexer()->getFileID(); 847 FileID CurFileID = [all...] |
| Lexer.cpp | 114 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP) 142 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *FromFile, 175 FileID SpellingFID = SM.getFileID(SpellingLoc); 244 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); 398 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 422 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 489 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc); 490 std::pair<FileID, unsigned> BeginFileLocInfo= SM.getDecomposedLoc(BeginFileLoc); 744 std::pair<FileID, unsigned> infoLoc = SM.getDecomposedLoc(loc); 770 FileID FID = SM.getFileID(loc) [all...] |
| TokenLexer.cpp | 519 FileID LocFileID = SourceMgr.getFileID(ResultTokLoc); 668 /// \brief Finds the tokens that are consecutive (from the same FileID)
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfCompileUnit.cpp | 121 unsigned FileID = DD->GetOrCreateSourceID(V.getContext().getFilename(), 123 assert(FileID && "Invalid file id"); 124 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID); 138 unsigned FileID = DD->GetOrCreateSourceID(G.getFilename(), 140 assert(FileID && "Invalid file id"); 141 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID); 158 unsigned FileID = DD->GetOrCreateSourceID(SP.getFilename(), SP.getDirectory()); 159 assert(FileID && "Invalid file id"); 160 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID); 174 unsigned FileID = DD->GetOrCreateSourceID(Ty.getFilename(), Ty.getDirectory()) [all...] |
| /external/clang/lib/Rewrite/ |
| FixItRewriter.cpp | 44 bool FixItRewriter::WriteFixedFile(FileID ID, raw_ostream &OS) {
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| ObjCUnusedIVarsChecker.cpp | 91 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID,
|
| /external/clang/lib/ARCMigrate/ |
| Transforms.cpp | 115 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
|
| TransProperties.cpp | 299 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); 381 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
|
| ARCMT.cpp | 556 FileID FID = I->first;
|
| /external/clang/lib/CodeGen/ |
| CodeGenAction.cpp | 183 FileID FID = CSM.createFileIDForMemBuffer(CBuf);
|
| /external/clang/tools/libclang/ |
| IndexingContext.cpp | 465 FileID FID = SM.getFileID(FileLoc); 607 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 608 FileID FID = LocInfo.first;
|
| /external/clang/lib/Parse/ |
| ParseStmt.cpp | [all...] |
| /external/clang/include/clang/Serialization/ |
| ASTReader.h | 84 FileID BufferID; 495 FileID OriginalFileID; [all...] |