Searched refs:ActOnTypeName (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 900 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), in ParseCastExpression() 1083 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCastExpression() 2188 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression() 2203 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression() 2220 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
|
D | ParseExprCXX.cpp | 1589 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXTypeConstructExpression() 2334 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D); in ParseUnqualifiedIdOperator() 2695 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), in ParseCXXNewExpression() 3108 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCXXAmbiguousParenExpression()
|
D | ParseObjc.cpp | 892 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator); in ParseObjCTypeName() 2228 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseObjCXXMessageReceiver()
|
D | ParseDeclCXX.cpp | 956 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier() 1057 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
|
D | ParseDecl.cpp | 67 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseTypeName()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3918 TypeResult Sema::ActOnTypeName(Scope *S, Declarator &D) { in ActOnTypeName() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1221 TypeResult ActOnTypeName(Scope *S, Declarator &D);
|