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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp366 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, function in class:Sema
388 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, function in class:Sema
481 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
485 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
H A DTreeTransform.h2165 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2178 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
/external/clang/include/clang/Sema/
H A DSema.h4173 ExprResult BuildCXXTypeId(QualType TypeInfoType,
4177 ExprResult BuildCXXTypeId(QualType TypeInfoType,

Completed in 1240 milliseconds