Home
last modified time | relevance | path

Searched refs:isWrittenInCommandLineFile (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMacroUsageCheck.cpp46 SM.isWrittenInCommandLineFile(MD->getLocation())) in MacroDefined()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp120 if (PP.getSourceManager().isWrittenInCommandLineFile(Loc)) in FileEntered()
/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp59 SourceMgr.isWrittenInCommandLineFile(LocEmpty); in TEST_F()
94 SourceMgr.isWrittenInCommandLineFile(LocCommandLine); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp81 if (PP->getSourceManager().isWrittenInCommandLineFile( in MacroDefined()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp483 SM.isWrittenInCommandLineFile(DefLoc)) in MacroDefined()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp811 SM.isWrittenInCommandLineFile(SourceLoc)) in MacroDefined()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1484 bool isWrittenInCommandLineFile(SourceLocation Loc) const { in isWrittenInCommandLineFile() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp1601 !SourceMgr.isWrittenInCommandLineFile(DigitTok.getLocation())) in HandleDigitDirective()