Home
last modified time | relevance | path

Searched refs:BuildCallToObjectOfClassType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10610 ExprResult BuildCallToObjectOfClassType(Scope *S, Expr *Object,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp15537 Sema::BuildCallToObjectOfClassType(Scope *S, Expr *Obj, in BuildCallToObjectOfClassType() function in Sema
H A DSemaExpr.cpp6460 return BuildCallToObjectOfClassType(Scope, Fn, LParenLoc, ArgExprs, in BuildCallExpr()