• Home
  • Raw
  • Download

Lines Matching refs:Preprocessor

79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,  in Preprocessor()  function in Preprocessor
173 Preprocessor::~Preprocessor() { in ~Preprocessor()
199 void Preprocessor::Initialize(const TargetInfo &Target, in Initialize()
217 void Preprocessor::InitializeForModelFile() { in InitializeForModelFile()
229 void Preprocessor::FinalizeForModelFile() { in FinalizeForModelFile()
235 void Preprocessor::DumpToken(const Token &Tok, bool DumpFlags) const { in DumpToken()
259 void Preprocessor::DumpLocation(SourceLocation Loc) const { in DumpLocation()
263 void Preprocessor::DumpMacro(const MacroInfo &MI) const { in DumpMacro()
272 void Preprocessor::PrintStats() { in PrintStats()
310 Preprocessor::macro_iterator
311 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin()
325 size_t Preprocessor::getTotalMemory() const { in getTotalMemory()
337 Preprocessor::macro_iterator
338 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end()
355 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling()
360 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
382 void Preprocessor::recomputeCurLexerKind() { in recomputeCurLexerKind()
391 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint()
447 void Preprocessor::CodeCompleteIncludedFile(llvm::StringRef Dir, in CodeCompleteIncludedFile()
454 void Preprocessor::CodeCompleteNaturalLanguage() { in CodeCompleteNaturalLanguage()
463 StringRef Preprocessor::getSpelling(const Token &Tok, in getSpelling()
485 void Preprocessor::CreateString(StringRef Str, Token &Tok, in CreateString()
505 SourceLocation Preprocessor::SplitToken(SourceLocation Loc, unsigned Length) { in SplitToken()
521 Module *Preprocessor::getCurrentModule() { in getCurrentModule()
534 void Preprocessor::EnterMainSourceFile() { in EnterMainSourceFile()
595 void Preprocessor::setPCHThroughHeaderFileID(FileID FID) { in setPCHThroughHeaderFileID()
601 bool Preprocessor::isPCHThroughHeader(const FileEntry *FE) { in isPCHThroughHeader()
607 bool Preprocessor::creatingPCHWithThroughHeader() { in creatingPCHWithThroughHeader()
612 bool Preprocessor::usingPCHWithThroughHeader() { in usingPCHWithThroughHeader()
617 bool Preprocessor::creatingPCHWithPragmaHdrStop() { in creatingPCHWithPragmaHdrStop()
621 bool Preprocessor::usingPCHWithPragmaHdrStop() { in usingPCHWithPragmaHdrStop()
630 void Preprocessor::SkipTokensWhileUsingPCH() { in SkipTokensWhileUsingPCH()
670 void Preprocessor::replayPreambleConditionalStack() { in replayPreambleConditionalStack()
687 void Preprocessor::EndSourceFile() { in EndSourceFile()
700 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { in LookUpIdentifierInfo()
733 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { in SetPoisonReason()
737 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
751 void Preprocessor::HandlePoisonedIdentifier(Token & Identifier) { in HandlePoisonedIdentifier()
785 void Preprocessor::updateOutOfDateIdentifier(IdentifierInfo &II) const { in updateOutOfDateIdentifier()
798 bool Preprocessor::HandleIdentifier(Token &Identifier) { in HandleIdentifier()
890 void Preprocessor::Lex(Token &Result) { in Lex()
990 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName()
1079 void Preprocessor::CollectPpImportSuffix(SmallVectorImpl<Token> &Toks) { in CollectPpImportSuffix()
1133 bool Preprocessor::LexAfterModuleImport(Token &Result) { in LexAfterModuleImport()
1308 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible()
1325 bool Preprocessor::FinishLexStringLiteral(Token &Result, std::string &String, in FinishLexStringLiteral()
1366 bool Preprocessor::parseSimpleIntegerLiteral(Token &Tok, uint64_t &Value) { in parseSimpleIntegerLiteral()
1386 void Preprocessor::addCommentHandler(CommentHandler *Handler) { in addCommentHandler()
1393 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { in removeCommentHandler()
1400 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
1422 void Preprocessor::createPreprocessingRecord() { in createPreprocessingRecord()