Lines Matching refs:Preprocessor
37 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory()
45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective()
70 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective()
83 ModuleMacro *Preprocessor::addModuleMacro(Module *Mod, IdentifierInfo *II, in addModuleMacro()
125 ModuleMacro *Preprocessor::getModuleMacro(Module *Mod, IdentifierInfo *II) { in getModuleMacro()
133 void Preprocessor::updateModuleMacroInfo(const IdentifierInfo *II, in updateModuleMacroInfo()
211 void Preprocessor::dumpMacroInfo(const IdentifierInfo *II) { in dumpMacroInfo()
278 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro()
292 void Preprocessor::RegisterBuiltinMacros() { in RegisterBuiltinMacros()
344 Preprocessor &PP) { in isTrivialSingleTokenExpansion()
377 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen()
419 bool Preprocessor::HandleMacroExpandedIdentifier(Token &Identifier, in HandleMacroExpandedIdentifier()
610 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens()
706 MacroArgs *Preprocessor::ReadFunctionLikeMacroArgs(Token &MacroName, in ReadFunctionLikeMacroArgs()
976 Token *Preprocessor::cacheMacroExpandedTokens(TokenLexer *tokLexer, in cacheMacroExpandedTokens()
1002 void Preprocessor::removeCachedMacroExpandedTokensOfLastLexer() { in removeCachedMacroExpandedTokensOfLastLexer()
1015 Preprocessor &PP) { in ComputeDATE_TIME()
1049 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature()
1228 static bool HasExtension(const Preprocessor &PP, StringRef Extension) { in HasExtension()
1278 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon()
1388 Preprocessor &PP) { in EvaluateHasInclude()
1395 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext()
1426 Preprocessor &PP, in EvaluateFeatureLikeBuiltinMacro()
1528 Preprocessor &PP, in ExpectFeatureIdentifierInfo()
1540 void Preprocessor::ExpandBuiltinMacro(Token &Tok) { in ExpandBuiltinMacro()
1852 void Preprocessor::markMacroAsUsed(MacroInfo *MI) { in markMacroAsUsed()