Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp900 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()
DParseExprCXX.cpp1589 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()
DParseObjc.cpp892 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator); in ParseObjCTypeName()
2228 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseObjCXXMessageReceiver()
DParseDeclCXX.cpp956 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
1057 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
DParseDecl.cpp67 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseTypeName()
/external/clang/lib/Sema/
DSemaType.cpp3918 TypeResult Sema::ActOnTypeName(Scope *S, Declarator &D) { in ActOnTypeName() function in Sema
/external/clang/include/clang/Sema/
DSema.h1221 TypeResult ActOnTypeName(Scope *S, Declarator &D);