Lines Matching refs:Preprocessor

79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,  in Preprocessor()  function in Preprocessor
164 Preprocessor::~Preprocessor() { in ~Preprocessor()
190 void Preprocessor::Initialize(const TargetInfo &Target, in Initialize()
223 void Preprocessor::InitializeForModelFile() { in InitializeForModelFile()
235 void Preprocessor::FinalizeForModelFile() { in FinalizeForModelFile()
241 void Preprocessor::DumpToken(const Token &Tok, bool DumpFlags) const { in DumpToken()
267 void Preprocessor::DumpLocation(SourceLocation Loc) const { in DumpLocation()
271 void Preprocessor::DumpMacro(const MacroInfo &MI) const { in DumpMacro()
280 void Preprocessor::PrintStats() { in PrintStats()
318 Preprocessor::macro_iterator
319 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin()
333 size_t Preprocessor::getTotalMemory() const { in getTotalMemory()
345 Preprocessor::macro_iterator
346 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end()
363 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling()
368 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
390 void Preprocessor::recomputeCurLexerKind() { in recomputeCurLexerKind()
401 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint()
457 void Preprocessor::CodeCompleteIncludedFile(llvm::StringRef Dir, in CodeCompleteIncludedFile()
464 void Preprocessor::CodeCompleteNaturalLanguage() { in CodeCompleteNaturalLanguage()
473 StringRef Preprocessor::getSpelling(const Token &Tok, in getSpelling()
495 void Preprocessor::CreateString(StringRef Str, Token &Tok, in CreateString()
515 SourceLocation Preprocessor::SplitToken(SourceLocation Loc, unsigned Length) { in SplitToken()
531 Module *Preprocessor::getCurrentModule() { in getCurrentModule()
544 void Preprocessor::EnterMainSourceFile() { in EnterMainSourceFile()
604 void Preprocessor::setPCHThroughHeaderFileID(FileID FID) { in setPCHThroughHeaderFileID()
610 bool Preprocessor::isPCHThroughHeader(const FileEntry *FE) { in isPCHThroughHeader()
616 bool Preprocessor::creatingPCHWithThroughHeader() { in creatingPCHWithThroughHeader()
621 bool Preprocessor::usingPCHWithThroughHeader() { in usingPCHWithThroughHeader()
626 bool Preprocessor::creatingPCHWithPragmaHdrStop() { in creatingPCHWithPragmaHdrStop()
630 bool Preprocessor::usingPCHWithPragmaHdrStop() { in usingPCHWithPragmaHdrStop()
639 void Preprocessor::SkipTokensWhileUsingPCH() { in SkipTokensWhileUsingPCH()
682 void Preprocessor::replayPreambleConditionalStack() { in replayPreambleConditionalStack()
699 void Preprocessor::EndSourceFile() { in EndSourceFile()
712 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { in LookUpIdentifierInfo()
747 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { in SetPoisonReason()
751 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
765 void Preprocessor::HandlePoisonedIdentifier(Token & Identifier) { in HandlePoisonedIdentifier()
799 void Preprocessor::updateOutOfDateIdentifier(IdentifierInfo &II) const { in updateOutOfDateIdentifier()
812 bool Preprocessor::HandleIdentifier(Token &Identifier) { in HandleIdentifier()
904 void Preprocessor::Lex(Token &Result) { in Lex()
1020 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName()
1109 void Preprocessor::CollectPpImportSuffix(SmallVectorImpl<Token> &Toks) { in CollectPpImportSuffix()
1163 bool Preprocessor::LexAfterModuleImport(Token &Result) { in LexAfterModuleImport()
1339 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible()
1356 bool Preprocessor::FinishLexStringLiteral(Token &Result, std::string &String, in FinishLexStringLiteral()
1397 bool Preprocessor::parseSimpleIntegerLiteral(Token &Tok, uint64_t &Value) { in parseSimpleIntegerLiteral()
1417 void Preprocessor::addCommentHandler(CommentHandler *Handler) { in addCommentHandler()
1424 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { in removeCommentHandler()
1431 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
1445 void Preprocessor::emitMacroDeprecationWarning(const Token &Identifier) const { in emitMacroDeprecationWarning()
1460 void Preprocessor::emitRestrictExpansionWarning(const Token &Identifier) const { in emitRestrictExpansionWarning()
1475 void Preprocessor::emitFinalMacroWarning(const Token &Identifier, in emitFinalMacroWarning()
1495 void Preprocessor::createPreprocessingRecord() { in createPreprocessingRecord()