Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp120 if (PP.getSourceManager().isWrittenInCommandLineFile(Loc)) in FileEntered()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp298 SM.isWrittenInCommandLineFile(SourceLoc)) in MacroDefined()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp573 SM.isWrittenInCommandLineFile(DefLoc)) in MacroDefined()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1515 bool isWrittenInCommandLineFile(SourceLocation Loc) const { in isWrittenInCommandLineFile() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1684 !SourceMgr.isWrittenInCommandLineFile(DigitTok.getLocation())) in HandleDigitDirective()