Searched refs:OtherOpBase (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaCodeCompletion.h | 107 void CodeCompleteMemberReferenceExpr(Scope *S, Expr *Base, Expr *OtherOpBase,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5868 Scope *S, Expr *Base, Expr *OtherOpBase, SourceLocation OpLoc, bool IsArrow, in CodeCompleteMemberReferenceExpr() argument 5871 OtherOpBase = unwrapParenList(OtherOpBase); in CodeCompleteMemberReferenceExpr() 6015 OtherOpBase, !IsArrow, in CodeCompleteMemberReferenceExpr()
|