Searched defs:TypeidLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp374 SourceLocation TypeidLoc,
387 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
391 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) << T);
394 SourceRange(TypeidLoc, RParenLoc));
399 SourceLocation TypeidLoc,
416 if (RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
431 MarkVTableUsed(TypeidLoc, RecordD);
450 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid)
462 SourceRange(TypeidLoc, RParenLoc));
514 SourceLocation TypeidLoc,
373 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
398 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *E, SourceLocation RParenLoc) argument
513 BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
533 BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *E, SourceLocation RParenLoc) argument
[all...]
H A DTreeTransform.h2219 SourceLocation TypeidLoc,
2222 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2232 SourceLocation TypeidLoc,
2235 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2244 SourceLocation TypeidLoc,
2247 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
2256 SourceLocation TypeidLoc,
2259 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
2218 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
2231 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument
2243 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
2255 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument

Completed in 69 milliseconds