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

/external/clang/lib/Parse/
H A DParseExpr.cpp916 // Fake up a Declarator to use with ActOnTypeName.
926 TypeResult Ty = Actions.ActOnTypeName(getCurScope(),
1112 // Fake up a Declarator to use with ActOnTypeName.
1124 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2274 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2289 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2306 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
H A DParseExprCXX.cpp1604 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
2342 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D);
2703 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(),
3116 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
H A DParseObjc.cpp1305 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator);
1726 TypeResult fullTypeArg = Actions.ActOnTypeName(getCurScope(), D);
2903 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
H A DParseDeclCXX.cpp958 // Fake up a Declarator to use with ActOnTypeName.
964 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
1053 // Fake up a Declarator to use with ActOnTypeName.
1065 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
H A DParseDecl.cpp69 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1507 return ActOnTypeName(S, D);
H A DSemaType.cpp4910 TypeResult Sema::ActOnTypeName(Scope *S, Declarator &D) { function in class:Sema
/external/clang/include/clang/Sema/
H A DSema.h1311 TypeResult ActOnTypeName(Scope *S, Declarator &D);

Completed in 255 milliseconds