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

Declarations

tools/clang/include/clang/Sema/Sema.h
 8500   DeclContext *FindInstantiatedContext(SourceLocation Loc, DeclContext *DC,

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1356       DC = SemaRef.FindInstantiatedContext(Pattern->getLocation(),
 1828     DC = SemaRef.FindInstantiatedContext(D->getLocation(), D->getDeclContext(),
 2142       DC = SemaRef.FindInstantiatedContext(D->getLocation(),
 5487   ParentDC = FindInstantiatedContext(Loc, ParentDC, TemplateArgs);