reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1937   Module *getCurrentModule();

References

tools/clang/lib/Lex/PPDirectives.cpp
  752         BuildSystemModule = getCurrentModule()->IsSystem;
tools/clang/lib/Lex/PPLexerChange.cpp
  534   if (Module *Mod = getCurrentModule()) {
tools/clang/lib/Sema/Sema.cpp
 1067     if (Module *CurrentModule = PP.getCurrentModule()) {
tools/clang/lib/Serialization/ASTReader.cpp
  930     bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr;