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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp444 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
473 QualType T = GetTypeFromParser(ParsedType::getFromOpaquePtr(TyOrExpr),
485 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
531 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
547 QualType T = GetTypeFromParser(ParsedType::getFromOpaquePtr(TyOrExpr),
559 return BuildCXXUuidof(GuidType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
443 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
530 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument

Completed in 304 milliseconds