Searched refs:TypeidLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 373 SourceLocation TypeidLoc, in BuildCXXTypeId() argument 386 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid)) in BuildCXXTypeId() 390 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) << T); in BuildCXXTypeId() 393 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId() 398 SourceLocation TypeidLoc, in BuildCXXTypeId() argument 415 if (RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid)) in BuildCXXTypeId() 430 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId() 449 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) in BuildCXXTypeId() 461 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId() 550 SourceLocation TypeidLoc, in BuildCXXUuidof() argument [all …]
|
D | TreeTransform.h | 2483 SourceLocation TypeidLoc, in RebuildCXXTypeidExpr() argument 2486 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr() 2496 SourceLocation TypeidLoc, in RebuildCXXTypeidExpr() argument 2499 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr() 2508 SourceLocation TypeidLoc, in RebuildCXXUuidofExpr() argument 2511 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr() 2520 SourceLocation TypeidLoc, in RebuildCXXUuidofExpr() argument 2523 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4638 SourceLocation TypeidLoc, 4642 SourceLocation TypeidLoc, 4653 SourceLocation TypeidLoc, 4657 SourceLocation TypeidLoc,
|