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

Declarations

tools/clang/include/clang/Sema/Sema.h
 6711   QualType CheckNonTypeTemplateParameterType(QualType T, SourceLocation Loc);

References

tools/clang/lib/Sema/SemaTemplate.cpp
 1055   return CheckNonTypeTemplateParameterType(TSI->getType(), Loc);
 4945         NTTPType = CheckNonTypeTemplateParameterType(NTTPType,
 6378     ParamType = CheckNonTypeTemplateParameterType(ParamType, Arg->getExprLoc());