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 290 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType,
307 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
313 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType,
362 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
394 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
407 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
411 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
415 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType,
425 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
431 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType,
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 169 milliseconds