Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1309 TypeResult Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseCastExpression()
1603 TypeResult Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseCastExpression()
3172 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3187 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3199 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3246 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
H A DParseExprCXX.cpp2016 ParsedType TypeRep = Actions.ActOnTypeName(DeclaratorInfo).get(); in ParseCXXTypeConstructExpression()
2920 TypeResult Ty = Actions.ActOnTypeName(D); in ParseUnqualifiedIdOperator()
3367 ParsedType TypeRep = Actions.ActOnTypeName(DeclaratorInfo).get(); in ParseCXXNewExpression()
4160 TypeResult Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseCXXAmbiguousParenExpression()
H A DParseObjc.cpp1340 TypeResult type = Actions.ActOnTypeName(declarator); in ParseObjCTypeName()
1748 TypeResult fullTypeArg = Actions.ActOnTypeName(D); in parseObjCTypeArgsOrProtocolQualifiers()
3026 TypeResult Type = Actions.ActOnTypeName(DeclaratorInfo); in ParseObjCXXMessageReceiver()
H A DParseDeclCXX.cpp1435 return Actions.ActOnTypeName(DeclaratorInfo); in ParseBaseTypeSpecifier()
1443 return Actions.ActOnTypeName(DeclaratorInfo); in ParseBaseTypeSpecifier()
1540 return Actions.ActOnTypeName(DeclaratorInfo); in ParseBaseTypeSpecifier()
H A DParseDecl.cpp86 return Actions.ActOnTypeName(DeclaratorInfo); in ParseTypeName()
5397 BaseType = Actions.ActOnTypeName(DeclaratorInfo); in ParseEnumSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1622 return SemaRef.ActOnTypeName(D); in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaType.cpp6340 TypeResult Sema::ActOnTypeName(Declarator &D) { in ActOnTypeName() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14755 TypeResult ActOnTypeName(Declarator &D);