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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp367 SourceLocation TypeidLoc,
380 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
384 SourceRange(TypeidLoc, RParenLoc));
389 SourceLocation TypeidLoc,
405 if (RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
420 MarkVTableUsed(TypeidLoc, RecordD);
438 SourceRange(TypeidLoc, RParenLoc));
490 SourceLocation TypeidLoc,
498 return ExprError(Diag(TypeidLoc, diag::err_uuidof_with_multiple_guids));
500 return ExprError(Diag(TypeidLoc, dia
366 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
388 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *E, SourceLocation RParenLoc) argument
489 BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
509 BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *E, SourceLocation RParenLoc) argument
[all...]
H A DTreeTransform.h2162 SourceLocation TypeidLoc,
2165 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2175 SourceLocation TypeidLoc,
2178 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2187 SourceLocation TypeidLoc,
2190 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
2199 SourceLocation TypeidLoc,
2202 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
2161 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
2174 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument
2186 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
2198 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument

Completed in 50 milliseconds