Searched refs:ActOnTypeName (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 926 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), in ParseCastExpression() 1124 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCastExpression() 2274 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression() 2289 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression() 2306 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
|
D | ParseExprCXX.cpp | 1604 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXTypeConstructExpression() 2342 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D); in ParseUnqualifiedIdOperator() 2703 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), in ParseCXXNewExpression() 3116 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCXXAmbiguousParenExpression()
|
D | ParseObjc.cpp | 1305 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator); in ParseObjCTypeName() 1726 TypeResult fullTypeArg = Actions.ActOnTypeName(getCurScope(), D); in parseObjCTypeArgsOrProtocolQualifiers() 2903 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseObjCXXMessageReceiver()
|
D | ParseDeclCXX.cpp | 964 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier() 1065 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
|
D | ParseDecl.cpp | 69 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseTypeName()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1507 return ActOnTypeName(S, D); in actOnObjCTypeArgsOrProtocolQualifiers()
|
D | SemaType.cpp | 4910 TypeResult Sema::ActOnTypeName(Scope *S, Declarator &D) { in ActOnTypeName() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1311 TypeResult ActOnTypeName(Scope *S, Declarator &D);
|