Searched refs:BuildCXXUuidof (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 742 ExprResult Sema::BuildCXXUuidof(QualType Type, in BuildCXXUuidof() function in Sema 762 ExprResult Sema::BuildCXXUuidof(QualType Type, SourceLocation TypeidLoc, in BuildCXXUuidof() function in Sema 802 return BuildCXXUuidof(GuidType, OpLoc, TInfo, RParenLoc); in ActOnCXXUuidof() 806 return BuildCXXUuidof(GuidType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXUuidof()
|
H A D | TreeTransform.h | 3194 return getSema().BuildCXXUuidof(Type, TypeidLoc, Operand, RParenLoc); in RebuildCXXUuidofExpr() 3203 return getSema().BuildCXXUuidof(Type, TypeidLoc, Operand, RParenLoc); in RebuildCXXUuidofExpr()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 6593 ExprResult BuildCXXUuidof(QualType TypeInfoType, 6597 ExprResult BuildCXXUuidof(QualType TypeInfoType,
|