Lines Matching refs:Preprocessor

79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,  in Preprocessor()  function in Preprocessor
169 Preprocessor::~Preprocessor() { in ~Preprocessor()
195 void Preprocessor::Initialize(const TargetInfo &Target, in Initialize()
213 void Preprocessor::InitializeForModelFile() { in InitializeForModelFile()
225 void Preprocessor::FinalizeForModelFile() { in FinalizeForModelFile()
231 void Preprocessor::DumpToken(const Token &Tok, bool DumpFlags) const { in DumpToken()
255 void Preprocessor::DumpLocation(SourceLocation Loc) const { in DumpLocation()
259 void Preprocessor::DumpMacro(const MacroInfo &MI) const { in DumpMacro()
268 void Preprocessor::PrintStats() { in PrintStats()
306 Preprocessor::macro_iterator
307 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin()
321 size_t Preprocessor::getTotalMemory() const { in getTotalMemory()
333 Preprocessor::macro_iterator
334 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end()
351 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling()
356 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
378 void Preprocessor::recomputeCurLexerKind() { in recomputeCurLexerKind()
387 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint()
443 void Preprocessor::CodeCompleteIncludedFile(llvm::StringRef Dir, in CodeCompleteIncludedFile()
450 void Preprocessor::CodeCompleteNaturalLanguage() { in CodeCompleteNaturalLanguage()
459 StringRef Preprocessor::getSpelling(const Token &Tok, in getSpelling()
481 void Preprocessor::CreateString(StringRef Str, Token &Tok, in CreateString()
501 SourceLocation Preprocessor::SplitToken(SourceLocation Loc, unsigned Length) { in SplitToken()
517 Module *Preprocessor::getCurrentModule() { in getCurrentModule()
530 void Preprocessor::EnterMainSourceFile() { in EnterMainSourceFile()
591 void Preprocessor::setPCHThroughHeaderFileID(FileID FID) { in setPCHThroughHeaderFileID()
597 bool Preprocessor::isPCHThroughHeader(const FileEntry *FE) { in isPCHThroughHeader()
603 bool Preprocessor::creatingPCHWithThroughHeader() { in creatingPCHWithThroughHeader()
608 bool Preprocessor::usingPCHWithThroughHeader() { in usingPCHWithThroughHeader()
613 bool Preprocessor::creatingPCHWithPragmaHdrStop() { in creatingPCHWithPragmaHdrStop()
617 bool Preprocessor::usingPCHWithPragmaHdrStop() { in usingPCHWithPragmaHdrStop()
626 void Preprocessor::SkipTokensWhileUsingPCH() { in SkipTokensWhileUsingPCH()
666 void Preprocessor::replayPreambleConditionalStack() { in replayPreambleConditionalStack()
683 void Preprocessor::EndSourceFile() { in EndSourceFile()
696 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { in LookUpIdentifierInfo()
729 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { in SetPoisonReason()
733 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
747 void Preprocessor::HandlePoisonedIdentifier(Token & Identifier) { in HandlePoisonedIdentifier()
781 void Preprocessor::updateOutOfDateIdentifier(IdentifierInfo &II) const { in updateOutOfDateIdentifier()
794 bool Preprocessor::HandleIdentifier(Token &Identifier) { in HandleIdentifier()
886 void Preprocessor::Lex(Token &Result) { in Lex()
986 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName()
1075 void Preprocessor::CollectPpImportSuffix(SmallVectorImpl<Token> &Toks) { in CollectPpImportSuffix()
1129 bool Preprocessor::LexAfterModuleImport(Token &Result) { in LexAfterModuleImport()
1304 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible()
1321 bool Preprocessor::FinishLexStringLiteral(Token &Result, std::string &String, in FinishLexStringLiteral()
1362 bool Preprocessor::parseSimpleIntegerLiteral(Token &Tok, uint64_t &Value) { in parseSimpleIntegerLiteral()
1382 void Preprocessor::addCommentHandler(CommentHandler *Handler) { in addCommentHandler()
1389 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { in removeCommentHandler()
1396 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
1418 void Preprocessor::createPreprocessingRecord() { in createPreprocessingRecord()