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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp369 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
398 QualType T = GetTypeFromParser(ParsedType::getFromOpaquePtr(TyOrExpr),
410 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
468 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
484 QualType T = GetTypeFromParser(ParsedType::getFromOpaquePtr(TyOrExpr),
496 return BuildCXXUuidof(GuidType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
368 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
467 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument

Completed in 273 milliseconds