Searched refs:TypeidLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 374 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 …]
|
D | TreeTransform.h | 2219 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/ |
D | Sema.h | 4275 SourceLocation TypeidLoc, 4279 SourceLocation TypeidLoc, 4290 SourceLocation TypeidLoc, 4294 SourceLocation TypeidLoc,
|