Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExprCXX.cpp2253 bool AllowConstructorName, in ParseUnqualifiedId() argument
2282 if (AllowConstructorName && in ParseUnqualifiedId()
2311 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
DParseDecl.cpp4819 bool AllowConstructorName; in ParseDirectDeclarator() local
4821 AllowConstructorName = false; in ParseDirectDeclarator()
4823 AllowConstructorName = in ParseDirectDeclarator()
4827 AllowConstructorName = (D.getContext() == Declarator::MemberContext); in ParseDirectDeclarator()
4833 AllowConstructorName, in ParseDirectDeclarator()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h2228 bool AllowConstructorName,