Searched refs:FileID (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp51 std::pair<FileID, unsigned>
53 std::pair<FileID, unsigned>
H A DPPLexerChange.cpp71 void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
149 FileID FID = CurPPLexer->getFileID();
342 FileID ExitedFID;
387 // but the main FileID was created before inserting the point.
389 // will point to the next FileID.
391 // inserted before the main FileID is created.
H A DPreprocessingRecord.cpp66 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID,
89 bool PreprocessingRecord::isEntityInFileID(iterator PPEI, FileID FID) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp21 TokenRewriter::TokenRewriter(FileID FID, SourceManager &SM,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp66 FileID FID = R.getSourceMgr().getMainFileID();
H A DInclusionRewriter.cpp35 FileID Id;
53 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
60 FileID PrevFID);
84 bool HandleHasInclude(FileID FileId, Lexer &RawLex,
147 FileID) {
279 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
347 bool InclusionRewriter::Process(FileID FileId,
H A DFixItRewriter.cpp49 bool FixItRewriter::WriteFixedFile(FileID ID, raw_ostream &OS) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp57 FileID ID;
105 const std::pair<FileID, unsigned> DecomposedLocation =
127 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin);
128 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
187 FileID ID =
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp50 // 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.
H A DTextDiagnostic.cpp787 FileID FID = SM.getFileID(Loc);
831 FileID CaretFileID =
852 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
853 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
919 unsigned LineNo, FileID FID,
1012 std::pair<FileID, unsigned> HintLocInfo
1090 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
1091 FileID FID = LocInfo.first;
1248 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc);
1249 std::pair<FileID, unsigne
[all...]
H A DDependencyFile.cpp58 FileID PrevFID);
105 FileID PrevFID) {
H A DVerifyDiagnosticConsumer.cpp65 FileID PrevFID) {
131 FileID FID = SrcManager->getFileID(Loc);
540 static bool findDirectives(SourceManager &SM, FileID FID,
716 FileID FID,
728 // Move the FileID from the unparsed set to the parsed set.
732 // Add the FileID to the unparsed set if we haven't seen it before.
741 // Add the FileID to the unparsed set.
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp240 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
275 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
313 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(range.getBegin());
314 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd());
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp348 unsigned FileID = local
351 assert(FileID && "Invalid file id");
352 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
366 unsigned FileID = local
368 assert(FileID && "Invalid file id");
369 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
385 unsigned FileID = DD->getOrCreateSourceID(SP.getFilename(), SP.getDirectory(), local
387 assert(FileID && "Invalid file id");
388 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
402 unsigned FileID local
420 unsigned FileID = DD->getOrCreateSourceID(File.getFilename(), local
439 unsigned FileID = local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h51 FileID PrevFID = FileID()) {
334 FileID PrevFID) {
49 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind FileType, FileID PrevFID = FileID()) argument
H A DLexer.h103 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, Preprocessor &PP);
114 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer,
347 /// expansion or the range does not reside on the same FileID.
H A DPreprocessingRecord.h282 FileID FID) {
543 bool isEntityInFileID(iterator PPEI, FileID FID);
H A DPreprocessor.h350 FileID PredefinesFileID;
520 FileID getPredefinesFileID() const { return PredefinesFileID; }
653 /// EnterMainSourceFile - Enter the specified FileID as the main source file,
664 void EnterSourceFile(FileID CurFileID, const DirectoryLookup *Dir,
1390 void setPredefinesFileID(FileID FID) {
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h124 virtual void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModule.h121 FileID OriginalSourceFileID;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.cpp147 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
398 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
481 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
H A DObjCMT.cpp82 FileID FileId;
785 FileID FileIdOfTypedefDcl =
787 FileID FileIdOfEnumDcl =
1270 FileId = FileID();
1295 FileId = FileID();
1586 IsReallyASystemHeader(ASTContext &Ctx, const FileEntry *file, FileID FID) {
1619 FileID FID = PP.getSourceManager().getFileID((*D)->getLocation());
1699 FileID FID = I->first;
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h128 typedef llvm::DenseMap<FileID, LocDeclsTy *> FileDeclsTy;
130 /// \brief Map from FileID to the file-level declarations that it contains.
530 void findFileRegionDecls(FileID File, unsigned Offset, unsigned Length,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp102 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID,
/freebsd-10.2-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc246 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
249 return UniqueID(VolumeSerialNumber, FileID);

Completed in 144 milliseconds

1234