Lines Matching refs:Preprocessor
33 bool Preprocessor::isInPrimaryFile() const { in isInPrimaryFile()
48 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
67 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, in EnterSourceFile()
98 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer, in EnterSourceFileWithLexer()
124 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd, in EnterMacro()
153 void Preprocessor::EnterTokenStream(const Token *Toks, unsigned NumToks, in EnterTokenStream()
221 void Preprocessor::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo()
240 const char *Preprocessor::getCurLexerEndPos() { in getCurLexerEndPos()
264 void Preprocessor::diagnoseMissingHeaderInUmbrellaDir(const Module &Mod) { in diagnoseMissingHeaderInUmbrellaDir()
305 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) { in HandleEndOfFile()
548 bool Preprocessor::HandleEndOfTokenLexer(Token &Result) { in HandleEndOfTokenLexer()
569 void Preprocessor::RemoveTopOfLexerStack() { in RemoveTopOfLexerStack()
586 void Preprocessor::HandleMicrosoftCommentPaste(Token &Tok) { in HandleMicrosoftCommentPaste()
646 void Preprocessor::EnterSubmodule(Module *M, SourceLocation ImportLoc, in EnterSubmodule()
710 bool Preprocessor::needModuleMacros() const { in needModuleMacros()
723 Module *Preprocessor::LeaveSubmodule(bool ForPragma) { in LeaveSubmodule()