Searched refs:ActOnTypeName (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 940 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), in ParseCastExpression() 1147 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCastExpression() 2322 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression() 2337 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression() 2354 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
|
D | ParseExprCXX.cpp | 1672 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXTypeConstructExpression() 2421 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D); in ParseUnqualifiedIdOperator() 2779 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), in ParseCXXNewExpression() 3203 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCXXAmbiguousParenExpression()
|
D | ParseObjc.cpp | 1293 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator); in ParseObjCTypeName() 1719 TypeResult fullTypeArg = Actions.ActOnTypeName(getCurScope(), D); in parseObjCTypeArgsOrProtocolQualifiers() 2963 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseObjCXXMessageReceiver()
|
D | ParseDeclCXX.cpp | 964 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier() 1064 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
|
D | ParseDecl.cpp | 70 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseTypeName()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1517 return ActOnTypeName(S, D); in actOnObjCTypeArgsOrProtocolQualifiers()
|
D | SemaType.cpp | 5212 TypeResult Sema::ActOnTypeName(Scope *S, Declarator &D) { in ActOnTypeName() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1333 TypeResult ActOnTypeName(Scope *S, Declarator &D);
|