Home
last modified time | relevance | path

Searched refs:ForPragma (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp700 bool ForPragma) { in EnterSubmodule() argument
704 BuildingSubmoduleInfo(M, ImportLoc, ForPragma, CurSubmoduleState, in EnterSubmodule()
707 Callbacks->EnteredSubmodule(M, ImportLoc, ForPragma); in EnterSubmodule()
749 BuildingSubmoduleInfo(M, ImportLoc, ForPragma, CurSubmoduleState, in EnterSubmodule()
753 Callbacks->EnteredSubmodule(M, ImportLoc, ForPragma); in EnterSubmodule()
776 Module *Preprocessor::LeaveSubmodule(bool ForPragma) { in LeaveSubmodule() argument
778 BuildingSubmoduleStack.back().IsPragma != ForPragma) { in LeaveSubmodule()
779 assert(ForPragma && "non-pragma module enter/leave mismatch"); in LeaveSubmodule()
797 Callbacks->LeftSubmodule(LeavingMod, ImportLoc, ForPragma); in LeaveSubmodule()
884 Callbacks->LeftSubmodule(LeavingMod, ImportLoc, ForPragma); in LeaveSubmodule()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h186 bool ForPragma) { } in EnteredSubmodule() argument
197 bool ForPragma) { } in LeftSubmodule() argument
539 bool ForPragma) override { in EnteredSubmodule() argument
540 First->EnteredSubmodule(M, ImportLoc, ForPragma); in EnteredSubmodule()
541 Second->EnteredSubmodule(M, ImportLoc, ForPragma); in EnteredSubmodule()
545 bool ForPragma) override { in LeftSubmodule() argument
546 First->LeftSubmodule(M, ImportLoc, ForPragma); in LeftSubmodule()
547 Second->LeftSubmodule(M, ImportLoc, ForPragma); in LeftSubmodule()
H A DPreprocessor.h2465 void EnterSubmodule(Module *M, SourceLocation ImportLoc, bool ForPragma);
2466 Module *LeaveSubmodule(bool ForPragma);