Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp561 TEST_F(SourceManagerTest, isMainFile) { in TEST_F() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp373 bool isMainFile(llvm::StringRef FileName, const SourceManager &SM) { in isMainFile() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp354 bool SourceManager::isMainFile(const FileEntry &SourceFile) { in isMainFile() function in SourceManager
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3400 int isMainFile; in printCXIndexLoc() local
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9099 bool isMainFile = wantedFileID == sm.getMainFileID(); in clang_getSkippedRanges() local