Searched refs:BuildCXXUuidof (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 744 ExprResult Sema::BuildCXXUuidof(QualType Type, in BuildCXXUuidof() function in Sema 763 ExprResult Sema::BuildCXXUuidof(QualType Type, SourceLocation TypeidLoc, in BuildCXXUuidof() function in Sema 803 return BuildCXXUuidof(GuidType, OpLoc, TInfo, RParenLoc); in ActOnCXXUuidof() 807 return BuildCXXUuidof(GuidType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXUuidof()
|
H A D | TreeTransform.h | 3333 return getSema().BuildCXXUuidof(Type, TypeidLoc, Operand, RParenLoc); in RebuildCXXUuidofExpr() 3342 return getSema().BuildCXXUuidof(Type, TypeidLoc, Operand, RParenLoc); in RebuildCXXUuidofExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8023 ExprResult BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, 8027 ExprResult BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc,
|