Lines Matching refs:Preprocessor
36 bool Preprocessor::isInPrimaryFile() const { in isInPrimaryFile()
52 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
72 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, in EnterSourceFile()
111 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer, in EnterSourceFileWithLexer()
137 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, in EnterSourceFileWithPTH()
162 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd, in EnterMacro()
191 void Preprocessor::EnterTokenStream(const Token *Toks, unsigned NumToks, in EnterTokenStream()
256 void Preprocessor::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo()
275 const char *Preprocessor::getCurLexerEndPos() { in getCurLexerEndPos()
295 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) { in HandleEndOfFile()
523 bool Preprocessor::HandleEndOfTokenLexer(Token &Result) { in HandleEndOfTokenLexer()
544 void Preprocessor::RemoveTopOfLexerStack() { in RemoveTopOfLexerStack()
561 void Preprocessor::HandleMicrosoftCommentPaste(Token &Tok) { in HandleMicrosoftCommentPaste()
622 void Preprocessor::EnterSubmodule(Module *M, SourceLocation ImportLoc) { in EnterSubmodule()
678 bool Preprocessor::needModuleMacros() const { in needModuleMacros()
691 void Preprocessor::LeaveSubmodule() { in LeaveSubmodule()