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

  /external/clang/lib/Sema/
SemaExprCXX.cpp 288 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType,
305 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
311 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType,
360 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
382 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
395 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
399 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
423 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType,
433 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
439 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType,
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 191 milliseconds