Lines Matching refs:Preprocessor

63 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const {  in getLocalMacroDirectiveHistory()
71 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective()
96 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective()
132 ModuleMacro *Preprocessor::addModuleMacro(Module *Mod, IdentifierInfo *II, in addModuleMacro()
171 ModuleMacro *Preprocessor::getModuleMacro(Module *Mod, in getModuleMacro()
180 void Preprocessor::updateModuleMacroInfo(const IdentifierInfo *II, in updateModuleMacroInfo()
258 void Preprocessor::dumpMacroInfo(const IdentifierInfo *II) { in dumpMacroInfo()
326 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro()
339 void Preprocessor::RegisterBuiltinMacros() { in RegisterBuiltinMacros()
409 Preprocessor &PP) { in isTrivialSingleTokenExpansion()
440 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen()
477 bool Preprocessor::HandleMacroExpandedIdentifier(Token &Identifier, in HandleMacroExpandedIdentifier()
672 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens()
768 MacroArgs *Preprocessor::ReadMacroCallArgumentList(Token &MacroName, in ReadMacroCallArgumentList()
1050 Token *Preprocessor::cacheMacroExpandedTokens(TokenLexer *tokLexer, in cacheMacroExpandedTokens()
1076 void Preprocessor::removeCachedMacroExpandedTokensOfLastLexer() { in removeCachedMacroExpandedTokensOfLastLexer()
1089 Preprocessor &PP) { in ComputeDATE_TIME()
1135 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature()
1152 static bool HasExtension(const Preprocessor &PP, StringRef Extension) { in HasExtension()
1182 Preprocessor &PP, in EvaluateHasIncludeCommon()
1268 bool Preprocessor::EvaluateHasInclude(Token &Tok, IdentifierInfo *II) { in EvaluateHasInclude()
1272 bool Preprocessor::EvaluateHasIncludeNext(Token &Tok, IdentifierInfo *II) { in EvaluateHasIncludeNext()
1284 Preprocessor &PP, bool ExpandArgs, in EvaluateFeatureLikeBuiltinMacro()
1393 Preprocessor &PP, in ExpectFeatureIdentifierInfo()
1493 void Preprocessor::ExpandBuiltinMacro(Token &Tok) { in ExpandBuiltinMacro()
1957 void Preprocessor::markMacroAsUsed(MacroInfo *MI) { in markMacroAsUsed()
1965 void Preprocessor::processPathForFileMacro(SmallVectorImpl<char> &Path, in processPathForFileMacro()