Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp940 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()
DParseExprCXX.cpp1672 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()
DParseObjc.cpp1293 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()
DParseDeclCXX.cpp964 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
1064 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
DParseDecl.cpp70 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseTypeName()
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp1215 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), in ParseCastExpression()
1489 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCastExpression()
2902 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2917 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2929 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2976 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
DParseExprCXX.cpp1897 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXTypeConstructExpression()
2718 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D); in ParseUnqualifiedIdOperator()
3145 Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXNewExpression()
3942 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCXXAmbiguousParenExpression()
DParseObjc.cpp1278 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator); in ParseObjCTypeName()
1695 TypeResult fullTypeArg = Actions.ActOnTypeName(getCurScope(), D); in parseObjCTypeArgsOrProtocolQualifiers()
2955 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseObjCXXMessageReceiver()
DParseDeclCXX.cpp1151 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
1243 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseBaseTypeSpecifier()
DParseDecl.cpp69 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseTypeName()
4503 BaseType = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseEnumSpecifier()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1517 return ActOnTypeName(S, D); in actOnObjCTypeArgsOrProtocolQualifiers()
DSemaType.cpp5212 TypeResult Sema::ActOnTypeName(Scope *S, Declarator &D) { in ActOnTypeName() function in Sema
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1610 return ActOnTypeName(S, D); in actOnObjCTypeArgsOrProtocolQualifiers()
DSemaType.cpp6290 TypeResult Sema::ActOnTypeName(Scope *S, Declarator &D) { in ActOnTypeName() function in Sema
/external/clang/include/clang/Sema/
DSema.h1333 TypeResult ActOnTypeName(Scope *S, Declarator &D);
/external/llvm-project/clang/include/clang/Sema/
DSema.h1904 TypeResult ActOnTypeName(Scope *S, Declarator &D);