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

Declarations

tools/clang/include/clang/Sema/Sema.h
 8066   void pushCodeSynthesisContext(CodeSynthesisContext Ctx);

References

tools/clang/include/clang/Sema/Sema.h
  846       S.pushCodeSynthesisContext(Ctx);
tools/clang/lib/Sema/SemaDeclCXX.cpp
11279     S.pushCodeSynthesisContext(Ctx);
11382       S.pushCodeSynthesisContext(Ctx);
tools/clang/lib/Sema/SemaOverload.cpp
13003             pushCodeSynthesisContext(Ctx);
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  245     SemaRef.pushCodeSynthesisContext(Inst);