Home
last modified time | relevance | path

Searched refs:setConstructorTemplateId (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp42 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) { in setConstructorTemplateId() function in UnqualifiedId
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1112 void setConstructorTemplateId(TemplateIdAnnotation *TemplateId);
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2861 Result.setConstructorTemplateId(TemplateId); in ParseUnqualifiedId()