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

References

tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1337       VD = arg.getAsDecl();
 1341       VD = cast_or_null<ValueDecl>(
 1342              getSema().FindInstantiatedDecl(loc, VD, TemplateArgs));
 1343       if (!VD)
 1347       VD = nullptr;
 1360       type = SemaRef.SubstType(VD ? arg.getParamTypeForDecl() : arg.getNullPtrType(),