Lines Matching refs:Preprocessor

79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,  in Preprocessor()  function in Preprocessor
164 Preprocessor::~Preprocessor() { in ~Preprocessor()
184 void Preprocessor::Initialize(const TargetInfo &Target, in Initialize()
212 void Preprocessor::InitializeForModelFile() { in InitializeForModelFile()
224 void Preprocessor::FinalizeForModelFile() { in FinalizeForModelFile()
230 void Preprocessor::DumpToken(const Token &Tok, bool DumpFlags) const { in DumpToken()
256 void Preprocessor::DumpLocation(SourceLocation Loc) const { in DumpLocation()
260 void Preprocessor::DumpMacro(const MacroInfo &MI) const { in DumpMacro()
269 void Preprocessor::PrintStats() { in PrintStats()
307 Preprocessor::macro_iterator
308 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin()
322 size_t Preprocessor::getTotalMemory() const { in getTotalMemory()
334 Preprocessor::macro_iterator
335 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end()
352 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling()
357 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
379 void Preprocessor::recomputeCurLexerKind() { in recomputeCurLexerKind()
390 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint()
446 void Preprocessor::CodeCompleteIncludedFile(llvm::StringRef Dir, in CodeCompleteIncludedFile()
453 void Preprocessor::CodeCompleteNaturalLanguage() { in CodeCompleteNaturalLanguage()
462 StringRef Preprocessor::getSpelling(const Token &Tok, in getSpelling()
484 void Preprocessor::CreateString(StringRef Str, Token &Tok, in CreateString()
504 SourceLocation Preprocessor::SplitToken(SourceLocation Loc, unsigned Length) { in SplitToken()
520 Module *Preprocessor::getCurrentModule() { in getCurrentModule()
527 Module *Preprocessor::getCurrentModuleImplementation() { in getCurrentModuleImplementation()
540 void Preprocessor::EnterMainSourceFile() { in EnterMainSourceFile()
600 void Preprocessor::setPCHThroughHeaderFileID(FileID FID) { in setPCHThroughHeaderFileID()
606 bool Preprocessor::isPCHThroughHeader(const FileEntry *FE) { in isPCHThroughHeader()
612 bool Preprocessor::creatingPCHWithThroughHeader() { in creatingPCHWithThroughHeader()
617 bool Preprocessor::usingPCHWithThroughHeader() { in usingPCHWithThroughHeader()
622 bool Preprocessor::creatingPCHWithPragmaHdrStop() { in creatingPCHWithPragmaHdrStop()
626 bool Preprocessor::usingPCHWithPragmaHdrStop() { in usingPCHWithPragmaHdrStop()
635 void Preprocessor::SkipTokensWhileUsingPCH() { in SkipTokensWhileUsingPCH()
678 void Preprocessor::replayPreambleConditionalStack() { in replayPreambleConditionalStack()
695 void Preprocessor::EndSourceFile() { in EndSourceFile()
708 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { in LookUpIdentifierInfo()
743 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { in SetPoisonReason()
747 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
761 void Preprocessor::HandlePoisonedIdentifier(Token & Identifier) { in HandlePoisonedIdentifier()
772 void Preprocessor::updateOutOfDateIdentifier(IdentifierInfo &II) const { in updateOutOfDateIdentifier()
785 bool Preprocessor::HandleIdentifier(Token &Identifier) { in HandleIdentifier()
878 void Preprocessor::Lex(Token &Result) { in Lex()
1009 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName()
1098 void Preprocessor::CollectPpImportSuffix(SmallVectorImpl<Token> &Toks) { in CollectPpImportSuffix()
1152 bool Preprocessor::LexAfterModuleImport(Token &Result) { in LexAfterModuleImport()
1341 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible()
1358 bool Preprocessor::FinishLexStringLiteral(Token &Result, std::string &String, in FinishLexStringLiteral()
1399 bool Preprocessor::parseSimpleIntegerLiteral(Token &Tok, uint64_t &Value) { in parseSimpleIntegerLiteral()
1419 void Preprocessor::addCommentHandler(CommentHandler *Handler) { in addCommentHandler()
1426 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { in removeCommentHandler()
1433 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
1447 void Preprocessor::emitMacroDeprecationWarning(const Token &Identifier) const { in emitMacroDeprecationWarning()
1462 void Preprocessor::emitRestrictExpansionWarning(const Token &Identifier) const { in emitRestrictExpansionWarning()
1477 void Preprocessor::emitFinalMacroWarning(const Token &Identifier, in emitFinalMacroWarning()
1497 void Preprocessor::createPreprocessingRecord() { in createPreprocessingRecord()