| /minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
| H A D | RewriterTestContext.h | 57 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User); in createInMemoryFile() 79 return Sources.createFileID(File, SourceLocation(), SrcMgr::C_User); in createOnDiskFile()
|
| H A D | RefactoringTest.cpp | 244 return Context.Sources.createFileID(File, SourceLocation(), SrcMgr::C_User); in createFile()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Basic/ |
| H A D | SourceManagerTest.cpp | 78 FileID mainFileID = SourceMgr.createFileID(std::move(Buf)); in TEST_F() 131 FileID MainFileID = SourceMgr.createFileID(std::move(Buf)); in TEST_F() 191 FileID mainFileID = SourceMgr.createFileID(std::move(MainBuf)); in TEST_F() 290 SourceMgr.setMainFileID(SourceMgr.createFileID(std::move(MainBuf))); in TEST_F()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | ScratchBuffer.cpp | 70 FileID FID = SourceMgr.createFileID(std::move(OwnBuf)); in AllocScratchBuffer()
|
| H A D | Preprocessor.cpp | 508 FileID FID = SourceMgr.createFileID(std::move(SB)); in EnterMainSourceFile()
|
| H A D | PPDirectives.cpp | 1769 FileID FID = SourceMgr.createFileID(File, IncludePos, FileCharacter); in HandleIncludeDirective()
|
| H A D | ModuleMap.cpp | 2326 FileID ID = SourceMgr.createFileID(File, SourceLocation(), FileCharacter); in parseModuleMapFile()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/CodeGen/ |
| H A D | BufferSourceTest.cpp | 72 sm.setMainFileID(sm.createFileID( in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Index/ |
| H A D | SimpleFormatContext.h | 56 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User); in createInMemoryFile()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Lex/ |
| H A D | PPCallbacksTest.cpp | 163 SourceMgr.setMainFileID(SourceMgr.createFileID(std::move(Buf))); in InclusionDirectiveFilenameRange() 201 SourceMgr.setMainFileID(SourceMgr.createFileID(std::move(SourceBuf))); in PragmaOpenCLExtensionCall()
|
| H A D | PPConditionalDirectiveRecordTest.cpp | 94 SourceMgr.setMainFileID(SourceMgr.createFileID(std::move(Buf))); in TEST_F()
|
| H A D | LexerTest.cpp | 66 SourceMgr.setMainFileID(SourceMgr.createFileID(std::move(Buf))); in CheckLex()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 64 SM.createFileID(Entry, SourceLocation(), SrcMgr::C_User); in apply() 272 SourceMgr.createFileID(Entry, SourceLocation(), clang::SrcMgr::C_User); in applyAllReplacements()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 777 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos, 784 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset); 791 FileID createFileID(std::unique_ptr<llvm::MemoryBuffer> Buffer, 795 return createFileID(createMemBufferContentCache(std::move(Buffer)), 1619 FileID createFileID(const SrcMgr::ContentCache* File,
|
| /minix3/external/bsd/llvm/dist/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 112 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User); in createInMemoryFile()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 707 SourceMgr.setMainFileID(SourceMgr.createFileID( in InitializeSourceManager() 743 SourceMgr.createFileID(File, SourceLocation(), Kind)); in InitializeSourceManager() 756 SourceMgr.createFileID(File, SourceLocation(), Kind)); in InitializeSourceManager()
|
| H A D | CacheTokens.cpp | 507 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User); in GeneratePTH()
|
| H A D | VerifyDiagnosticConsumer.cpp | 412 SM.createFileID(FE, Pos, SrcMgr::C_User); in ParseDirective()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 279 FileID FID = CSM.createFileID(std::move(CBuf)); in ConvertBackendLocation()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 58 FileID File = SourceMgr.createFileID(std::move(Buf)); in parseString()
|
| H A D | CommentLexer.cpp | 64 FileID File = SourceMgr.createFileID(std::move(Buf)); in lexString()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Format/ |
| H A D | Format.cpp | 1378 SourceMgr.createFileID(Entry, SourceLocation(), clang::SrcMgr::C_User); in reformat()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 561 FileID SourceManager::createFileID(const ContentCache *File, in createFileID() function in SourceManager
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 2169 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User); in applyEditsToTemp()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4963 ToID = ToSM.createFileID(Entry, ToIncludeLoc, in Import() 4972 ToID = ToSM.createFileID(std::move(ToBuf), in Import()
|