• Home
  • Raw
  • Download

Lines Matching refs:Preprocessor

41 MacroInfo *Preprocessor::AllocateMacroInfo() {  in AllocateMacroInfo()
48 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { in AllocateMacroInfo()
54 MacroInfo *Preprocessor::AllocateDeserializedMacroInfo(SourceLocation L, in AllocateDeserializedMacroInfo()
70 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, in AllocateDefMacroDirective()
76 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective()
81 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective()
88 void Preprocessor::DiscardUntilEndOfDirective() { in DiscardUntilEndOfDirective()
123 static MacroDiag shouldWarnOnMacroDef(Preprocessor &PP, IdentifierInfo *II) { in shouldWarnOnMacroDef()
135 static MacroDiag shouldWarnOnMacroUndef(Preprocessor &PP, IdentifierInfo *II) { in shouldWarnOnMacroUndef()
222 bool Preprocessor::CheckMacroName(Token &MacroNameTok, MacroUse isDefineUndef, in CheckMacroName()
302 void Preprocessor::ReadMacroName(Token &MacroNameTok, MacroUse isDefineUndef, in ReadMacroName()
329 void Preprocessor::CheckEndOfDirective(const char *DirType, bool EnableMacros) { in CheckEndOfDirective()
366 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation IfTokenLoc, in SkipExcludedConditionalBlock()
580 void Preprocessor::PTHSkipExcludedConditionalBlock() { in PTHSkipExcludedConditionalBlock()
657 Module *Preprocessor::getModuleForLocation(SourceLocation Loc) { in getModuleForLocation()
677 Module *Preprocessor::getModuleContainingLocation(SourceLocation Loc) { in getModuleContainingLocation()
683 Preprocessor::getModuleHeaderToIncludeForDiagnostics(SourceLocation IncLoc, in getModuleHeaderToIncludeForDiagnostics()
738 const FileEntry *Preprocessor::LookupFile( in LookupFile()
877 class Preprocessor::ResetMacroExpansionHelper {
879 ResetMacroExpansionHelper(Preprocessor *pp) in ResetMacroExpansionHelper()
890 Preprocessor *PP;
898 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective()
1082 unsigned DiagID, Preprocessor &PP, in GetLineValue()
1140 void Preprocessor::HandleLineDirective(Token &Tok) { in HandleLineDirective()
1207 Preprocessor &PP) { in ReadLineMarkerFlags()
1289 void Preprocessor::HandleDigitDirective(Token &DigitTok) { in HandleDigitDirective()
1358 void Preprocessor::HandleUserDiagnosticDirective(Token &Tok, in HandleUserDiagnosticDirective()
1384 void Preprocessor::HandleIdentSCCSDirective(Token &Tok) { in HandleIdentSCCSDirective()
1418 void Preprocessor::HandleMacroPublicDirective(Token &Tok) { in HandleMacroPublicDirective()
1445 void Preprocessor::HandleMacroPrivateDirective(Token &Tok) { in HandleMacroPrivateDirective()
1481 bool Preprocessor::GetIncludeFilenameSpelling(SourceLocation Loc, in GetIncludeFilenameSpelling()
1533 bool Preprocessor::ConcatenateIncludeName(SmallString<128> &FilenameBuffer, in ConcatenateIncludeName()
1582 static void EnterAnnotationToken(Preprocessor &PP, in EnterAnnotationToken()
1599 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, in diagnoseAutoModuleImport()
1679 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective()
2037 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, in HandleIncludeNextDirective()
2067 void Preprocessor::HandleMicrosoftImportDirective(Token &Tok) { in HandleMicrosoftImportDirective()
2082 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, in HandleImportDirective()
2096 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, in HandleIncludeMacrosDirective()
2127 bool Preprocessor::ReadMacroDefinitionArgList(MacroInfo *MI, Token &Tok) { in ReadMacroDefinitionArgList()
2262 void Preprocessor::HandleDefineDirective(Token &DefineTok, in HandleDefineDirective()
2539 void Preprocessor::HandleUndefDirective(Token &UndefTok) { in HandleUndefDirective()
2585 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef, in HandleIfdefDirective()
2648 void Preprocessor::HandleIfDirective(Token &IfToken, in HandleIfDirective()
2687 void Preprocessor::HandleEndifDirective(Token &EndifToken) { in HandleEndifDirective()
2713 void Preprocessor::HandleElseDirective(Token &Result) { in HandleElseDirective()
2742 void Preprocessor::HandleElifDirective(Token &ElifToken) { in HandleElifDirective()