• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/

Lines Matching refs:Second

377   std::unique_ptr<PPCallbacks> First, Second;
382 : First(std::move(_First)), Second(std::move(_Second)) {}
390 Second->FileChanged(Loc, Reason, FileType, PrevFID);
396 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
402 Second->FileNotFound(FileName, RecoveryPath);
414 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
422 Second->EnteredSubmodule(M, ImportLoc, ForPragma);
428 Second->LeftSubmodule(M, ImportLoc, ForPragma);
434 Second->moduleImport(ImportLoc, Path, Imported);
439 Second->EndOfMainFile();
444 Second->Ident(Loc, str);
450 Second->PragmaDirective(Loc, Introducer);
456 Second->PragmaComment(Loc, Kind, Str);
462 Second->PragmaDetectMismatch(Loc, Name, Value);
467 Second->PragmaDebug(Loc, DebugType);
473 Second->PragmaMessage(Loc, Namespace, Kind, Str);
478 Second->PragmaDiagnosticPush(Loc, Namespace);
483 Second->PragmaDiagnosticPop(Loc, Namespace);
489 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
499 Second->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
505 Second->PragmaWarning(Loc, WarningSpec, Ids);
510 Second->PragmaWarningPush(Loc, Level);
515 Second->PragmaWarningPop(Loc);
520 Second->PragmaExecCharsetPush(Loc, Str);
525 Second->PragmaExecCharsetPop(Loc);
530 Second->PragmaAssumeNonNullBegin(Loc);
535 Second->PragmaAssumeNonNullEnd(Loc);
541 Second->MacroExpands(MacroNameTok, MD, Range, Args);
547 Second->MacroDefined(MacroNameTok, MD);
554 Second->MacroUndefined(MacroNameTok, MD, Undef);
560 Second->Defined(MacroNameTok, MD, Range);
565 Second->SourceRangeSkipped(Range, EndifLoc);
572 Second->If(Loc, ConditionRange, ConditionValue);
579 Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
586 Second->Ifdef(Loc, MacroNameTok, MD);
593 Second->Ifndef(Loc, MacroNameTok, MD);
599 Second->Else(Loc, IfLoc);
605 Second->Endif(Loc, IfLoc);