Home
last modified time | relevance | path

Searched refs:TypeidLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp438 SourceLocation TypeidLoc, in BuildCXXTypeId() argument
451 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid)) in BuildCXXTypeId()
458 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId()
463 SourceLocation TypeidLoc, in BuildCXXTypeId() argument
495 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId()
514 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) in BuildCXXTypeId()
526 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId()
621 SourceLocation TypeidLoc, in BuildCXXUuidof() argument
629 return ExprError(Diag(TypeidLoc, diag::err_uuidof_without_guid)); in BuildCXXUuidof()
636 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXUuidof()
[all …]
H A DTreeTransform.h2611 SourceLocation TypeidLoc, in RebuildCXXTypeidExpr() argument
2614 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
2624 SourceLocation TypeidLoc, in RebuildCXXTypeidExpr() argument
2627 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
2636 SourceLocation TypeidLoc, in RebuildCXXUuidofExpr() argument
2639 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
2648 SourceLocation TypeidLoc, in RebuildCXXUuidofExpr() argument
2651 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5058 SourceLocation TypeidLoc,
5062 SourceLocation TypeidLoc,
5073 SourceLocation TypeidLoc,
5077 SourceLocation TypeidLoc,