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

/external/clang/include/clang/Sema/
H A DSema.h1980 BuildCallToMemberFunction(Scope *S, Expr *MemExpr,
/external/clang/lib/Sema/
H A DSemaExpr.cpp3849 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs.data(),
3866 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs.data(),
H A DSemaDeclCXX.cpp7368 ExprResult Call = S.BuildCallToMemberFunction(/*Scope=*/0,
H A DSemaOverload.cpp10530 /// BuildCallToMemberFunction - Build a call to a member
10538 Sema::BuildCallToMemberFunction(Scope *S, Expr *MemExprE, function in class:Sema

Completed in 180 milliseconds