Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1437 Actions.CodeCompleteCall(getCurScope(), LHS.get(), None); in ParsePostfixExpressionSuffix()
1444 if (ParseExpressionList(ArgExprs, CommaLocs, &Sema::CodeCompleteCall, in ParsePostfixExpressionSuffix()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3819 void Sema::CodeCompleteCall(Scope *S, Expr *FnIn, ArrayRef<Expr *> Args) { in CodeCompleteCall() function in Sema
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8400 void CodeCompleteCall(Scope *S, Expr *Fn, ArrayRef<Expr *> Args);