Searched refs:BuildCXXTypeId (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp372 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, function in class:Sema
397 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, function in class:Sema
504 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
508 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
H A DTreeTransform.h2413 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2426 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
/external/clang/include/clang/Sema/
H A DSema.h4523 ExprResult BuildCXXTypeId(QualType TypeInfoType,
4527 ExprResult BuildCXXTypeId(QualType TypeInfoType,

Completed in 390 milliseconds