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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2273   void CheckStaticLocalForDllExport(VarDecl *VD);

References

tools/clang/lib/Sema/SemaDecl.cpp
12671     CheckStaticLocalForDllExport(VD);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  924     SemaRef.CheckStaticLocalForDllExport(Var);