HomeSort by relevance Sort by last modified time
    Searched refs:ActOnTypeName (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Parse/
ParseExpr.cpp 738 // Fake up a Declarator to use with ActOnTypeName.
747 TypeResult Ty = Actions.ActOnTypeName(getCurScope(),
    [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp 855 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator);
    [all...]
ParseDeclCXX.cpp 789 // Fake up a Declarator to use with ActOnTypeName.
800 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
    [all...]
ParseDecl.cpp 53 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 833 TypeResult ActOnTypeName(Scope *S, Declarator &D);
    [all...]

Completed in 430 milliseconds