reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 1626   TypeResult ActOnTypeName(Scope *S, Declarator &D);

References

tools/clang/lib/Parse/ParseDecl.cpp
   68   return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1136     return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
 1238   return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
tools/clang/lib/Parse/ParseExpr.cpp
 1037             TypeResult Ty = Actions.ActOnTypeName(getCurScope(),
 1263       TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
 2517         Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
 2532           Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
 2544             Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
 2591             Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
tools/clang/lib/Parse/ParseExprCXX.cpp
 1827   ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
 2629   TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D);
 3026             Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
 3508       TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
tools/clang/lib/Parse/ParseObjc.cpp
 1274       TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator);
 1692       TypeResult fullTypeArg = Actions.ActOnTypeName(getCurScope(), D);
 2952   TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1605     return ActOnTypeName(S, D);