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

/external/clang/lib/Sema/
H A DSemaInit.cpp2759 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); local
2760 if (ConstructorTmpl)
2762 ConstructorTmpl->getTemplatedDecl());
2777 if (ConstructorTmpl)
2778 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3169 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); local
3170 if (ConstructorTmpl)
3172 ConstructorTmpl->getTemplatedDecl());
3178 if (ConstructorTmpl)
3179 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDec
3717 FunctionTemplateDecl *ConstructorTmpl local
4339 FunctionTemplateDecl *ConstructorTmpl = cast<FunctionTemplateDecl>(*Con); local
[all...]
H A DSemaOverload.cpp2867 FunctionTemplateDecl *ConstructorTmpl local
2869 if (ConstructorTmpl)
2871 = cast<CXXConstructorDecl>(ConstructorTmpl->getTemplatedDecl());
2883 if (ConstructorTmpl)
2884 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
2997 FunctionTemplateDecl *ConstructorTmpl local
2999 if (ConstructorTmpl)
3001 = cast<CXXConstructorDecl>(ConstructorTmpl->getTemplatedDecl());
3021 if (ConstructorTmpl)
3022 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDec
[all...]

Completed in 58 milliseconds