Home
last modified time | relevance | path

Searched defs:isMainFile (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/unittests/Basic/
H A DSourceManagerTest.cpp669 TEST_F(SourceManagerTest,isMainFile) TEST_F() argument
/llvm-project/clang-tools-extra/clangd/
H A DSourceCode.cpp816 bool isMainFile(llvm::StringRef FileName, const SourceManager &SM) { in isMainFile() function
/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp362 bool SourceManager::isMainFile(const FileEntry &SourceFile) { isMainFile() function in SourceManager
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c3466 int isMainFile; printCXIndexLoc() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp9471 bool isMainFile = wantedFileID == sm.getMainFileID(); clang_getSkippedRanges() local