Searched defs:ConstructorTmpl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp3145 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); local
3146 if (ConstructorTmpl)
3148 ConstructorTmpl->getTemplatedDecl());
3173 if (ConstructorTmpl)
3174 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3579 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); local
3580 if (ConstructorTmpl)
3582 ConstructorTmpl->getTemplatedDecl());
3588 if (ConstructorTmpl)
3589 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDec
4207 FunctionTemplateDecl *ConstructorTmpl local
4958 FunctionTemplateDecl *ConstructorTmpl = cast<FunctionTemplateDecl>(D); local
[all...]
H A DSemaOverload.cpp2955 FunctionTemplateDecl *ConstructorTmpl local
2957 if (ConstructorTmpl)
2959 = cast<CXXConstructorDecl>(ConstructorTmpl->getTemplatedDecl());
2971 if (ConstructorTmpl)
2972 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3090 FunctionTemplateDecl *ConstructorTmpl local
3092 if (ConstructorTmpl)
3094 = cast<CXXConstructorDecl>(ConstructorTmpl->getTemplatedDecl());
3114 if (ConstructorTmpl)
3115 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDec
[all...]

Completed in 1713 milliseconds