Searched refs:BuildOverloadedArrowExpr (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4930 Result = BuildOverloadedArrowExpr(S, Base, OpLoc);
H A DSemaOverload.cpp11205 /// BuildOverloadedArrowExpr - Build a call to an overloaded @c operator->
11209 Sema::BuildOverloadedArrowExpr(Scope *S, Expr *Base, SourceLocation OpLoc) { function in class:Sema
H A DTreeTransform.h9211 return SemaRef.BuildOverloadedArrowExpr(0, First, OpLoc);
/external/clang/include/clang/Sema/
H A DSema.h2149 ExprResult BuildOverloadedArrowExpr(Scope *S, Expr *Base,

Completed in 347 milliseconds