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 335 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType,
352 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
358 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType,
407 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
439 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
452 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
456 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
460 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType,
470 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
476 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType,
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 937 milliseconds