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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 2978     for (auto P : Function->parameters())
 2982       *FunctionType = Function->getType();
 3051     = Function->getType()->getAs<FunctionProtoType>();
 3064     if (SubstParmTypes(Function->getLocation(), Function->parameters(),
 3064     if (SubstParmTypes(Function->getLocation(), Function->parameters(),
 3082     if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Function)) {
 3093                   Function->getTypeSpecStartLoc(), Function->getDeclName());
 3093                   Function->getTypeSpecStartLoc(), Function->getDeclName());
 3098       if (Function->hasAttr<CUDAGlobalAttr>() && !ResultType->isVoidType()) {
 3099         Diag(Function->getLocation(), diag::err_kern_type_not_void_return)
 3100             << Function->getType() << Function->getSourceRange();
 3100             << Function->getType() << Function->getSourceRange();
 3108       SubstParmTypes(Function->getLocation(), Function->parameters(),
 3108       SubstParmTypes(Function->getLocation(), Function->parameters(),
 3124             Function->getLocation(), EPI.ExceptionSpec, ExceptionStorage,
 3129                                       Function->getLocation(),
 3130                                       Function->getDeclName(),