Searched defs:isMainFile (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/unittests/Basic/ | ||
H A D | SourceManagerTest.cpp | 669 TEST_F(SourceManagerTest,isMainFile) TEST_F() argument |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | SourceCode.cpp | 816 bool isMainFile(llvm::StringRef FileName, const SourceManager &SM) { in isMainFile() function |
/llvm-project/clang/lib/Basic/ | ||
H A D | SourceManager.cpp | 362 bool SourceManager::isMainFile(const FileEntry &SourceFile) { isMainFile() function in SourceManager |
/llvm-project/clang/tools/c-index-test/ | ||
H A D | c-index-test.c | 3466 int isMainFile; printCXIndexLoc() local |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 9471 bool isMainFile = wantedFileID == sm.getMainFileID(); clang_getSkippedRanges() local |