Home
last modified time | relevance | path

Searched refs:ActOnTypeName (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp926 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()
DParseExprCXX.cpp1604 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()
DParseObjc.cpp1305 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()
DParseDeclCXX.cpp964 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
1065 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
DParseDecl.cpp69 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseTypeName()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1507 return ActOnTypeName(S, D); in actOnObjCTypeArgsOrProtocolQualifiers()
DSemaType.cpp4910 TypeResult Sema::ActOnTypeName(Scope *S, Declarator &D) { in ActOnTypeName() function in Sema
/external/clang/include/clang/Sema/
DSema.h1311 TypeResult ActOnTypeName(Scope *S, Declarator &D);