Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp374 SourceLocation TypeidLoc, in BuildCXXTypeId() argument
387 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid)) in BuildCXXTypeId()
391 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) << T); in BuildCXXTypeId()
394 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId()
399 SourceLocation TypeidLoc, in BuildCXXTypeId() argument
416 if (RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid)) in BuildCXXTypeId()
431 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId()
450 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) in BuildCXXTypeId()
462 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId()
514 SourceLocation TypeidLoc, in BuildCXXUuidof() argument
[all …]
DTreeTransform.h2219 SourceLocation TypeidLoc, in RebuildCXXTypeidExpr() argument
2222 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
2232 SourceLocation TypeidLoc, in RebuildCXXTypeidExpr() argument
2235 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
2244 SourceLocation TypeidLoc, in RebuildCXXUuidofExpr() argument
2247 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
2256 SourceLocation TypeidLoc, in RebuildCXXUuidofExpr() argument
2259 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
/external/clang/include/clang/Sema/
DSema.h4275 SourceLocation TypeidLoc,
4279 SourceLocation TypeidLoc,
4290 SourceLocation TypeidLoc,
4294 SourceLocation TypeidLoc,