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

References

tools/clang/lib/Frontend/CompilerInstance.cpp
 1512     if (hasSema())
tools/clang/lib/Frontend/FrontendAction.cpp
 1039   if (!CI.hasSema())
tools/clang/lib/Frontend/FrontendActions.cpp
   46   if (!CI.hasSema())
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
   42     assert(!Compiler->hasSema() && "CI already has Sema");
tools/clang/unittests/Frontend/CodeGenActionTest.cpp
   37     if (!CI.hasSema())
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp
  195     ASSERT_FALSE(CI.hasSema());