HomeSort by relevance Sort by last modified time
    Searched refs:FileID (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/clang/lib/Parse/
ParseStmtAsm.cpp 328 FileID FID;
343 std::pair<FileID, unsigned> ExpAsmLoc =
370 std::pair<FileID, unsigned> ExpSemiLoc =
378 std::pair<FileID, unsigned> ExpLoc =
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 97 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID,
  /external/clang/include/clang/Lex/
Lexer.h 103 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, Preprocessor &PP);
114 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer,
349 /// expansion or the range does not reside on the same FileID.
PreprocessingRecord.h 282 FileID FID) {
546 bool isEntityInFileID(iterator PPEI, FileID FID);
Preprocessor.h 388 FileID PredefinesFileID;
560 /// \brief Returns the FileID for the preprocessor predefines.
561 FileID getPredefinesFileID() const { return PredefinesFileID; }
705 /// \brief Enter the specified FileID as the main source file,
716 bool EnterSourceFile(FileID CurFileID, const DirectoryLookup *Dir,
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 60 bool isParsed(SourceLocation Loc, FileID FID, const FileEntry *FE) {
187 bool isParsed(SourceLocation Loc, FileID FID, const FileEntry *FE) {
208 PPRegion getRegion(SourceLocation Loc, FileID FID, const FileEntry *FE) {
220 FileID RegionFID;
257 SrcMgr::CharacteristicKind FileType, FileID PrevFID) override {
368 FileID FID;
    [all...]
IndexingContext.cpp 717 FileID FID = SM.getFileID(FileLoc);
796 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
797 FileID FID = LocInfo.first;
894 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
895 FileID FID = LocInfo.first;
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 88 FileID FileId;
155 bool canModifyFile(FileID FID) {
171 FileID FID = PP.getSourceManager().getFileID(D->getLocation());
784 FileID FileIdOfTypedefDcl =
786 FileID FileIdOfEnumDcl =
    [all...]
Transforms.cpp 147 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
397 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
478 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 24 int FileID; // used to produce UniqueIDs
33 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {}
101 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),
107 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),
113 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 147 typedef llvm::DenseMap<FileID, LocDeclsTy *> FileDeclsTy;
149 /// \brief Map from FileID to the file-level declarations that it contains.
574 void findFileRegionDecls(FileID File, unsigned Offset, unsigned Length,
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 66 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID,
89 bool PreprocessingRecord::isEntityInFileID(iterator PPEI, FileID FID) {
PTHLexer.cpp 38 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D,
605 PTHLexer *PTHManager::CreateLexer(FileID FID) {
Preprocessor.cpp 454 /// EnterMainSourceFile - Enter the specified FileID as the main source file,
458 // cause FileID's to accumulate information from both runs (e.g. #line
461 FileID MainFileID = SourceMgr.getMainFileID();
485 FileID FID = SourceMgr.createFileID(SB);
486 assert(!FID.isInvalid() && "Could not create FileID for predefines?");
TokenLexer.cpp 575 FileID LocFileID = SourceMgr.getFileID(ResultTokLoc);
657 FileID MacroFID = SM.getFileID(MacroExpansionStart);
729 /// \brief Finds the tokens that are consecutive (from the same FileID)
761 break; // Token from different kind of FileID.
    [all...]
Lexer.cpp 109 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP)
144 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *FromFile,
177 FileID SpellingFID = SM.getFileID(SpellingLoc);
297 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
436 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
459 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
526 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
527 std::pair<FileID, unsigned> BeginFileLocInfo
848 FileID FID;
    [all...]
PPDirectives.cpp 549 FileID IDOfIncl = SourceMgr.getFileID(SourceMgr.getExpansionLoc(FilenameLoc));
574 FileID FID = getCurrentFileLexer()->getFileID();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 294 SmallVector<FileID, 10> Fids;
360 for (FileID FID : Fids)
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 66 FileID PrevFID) {
132 FileID FID = SrcManager->getFileID(Loc);
584 static bool findDirectives(SourceManager &SM, FileID FID,
770 FileID FID,
782 // Move the FileID from the unparsed set to the parsed set.
786 // Add the FileID to the unparsed set if we haven't seen it before.
795 // Add the FileID to the unparsed set.
ASTUnit.cpp     [all...]
PrintPreprocessedOutput.cpp 129 FileID PrevFID) override;
255 FileID PrevFID) {
  /external/clang/lib/Rewrite/Frontend/
FixItRewriter.cpp 49 bool FixItRewriter::WriteFixedFile(FileID ID, raw_ostream &OS) {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 275 FileID FID = CSM.createFileID(CBuf);
644 FileID FID = SM.getMainFileID();
  /external/clang/include/clang/Serialization/
ASTReader.h 449 /// \brief Map from a FileID to the file-level declarations that it contains.
450 llvm::DenseMap<FileID, FileDeclsInfo> FileDeclIDs;
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 184 virtual void FindFileRegionDecls(FileID File, unsigned Offset,

Completed in 2063 milliseconds

1 23 4