Home
last modified time | relevance | path

Searched refs:FunctionCanBeCall (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h866 bool FunctionCanBeCall : 1; variable
894 DeclaringEntity(false), FunctionCanBeCall(true), Qualifier(Qualifier) { in Declaration()
905 FunctionCanBeCall(true) {} in Keyword()
915 FunctionCanBeCall(true), MacroDefInfo(MI) {} in Macro()
927 DeclaringEntity(false), FunctionCanBeCall(true) {} in Declaration()
936 DeclaringEntity(false), FunctionCanBeCall(true) { in CodeCompletionResult()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1309 bool FunctionCanBeCall = in canCxxMethodBeCalled() local
1315 if (FunctionCanBeCall) in canCxxMethodBeCalled()
1323 FunctionCanBeCall = in canCxxMethodBeCalled()
1327 return FunctionCanBeCall; in canCxxMethodBeCalled()
1473 R.FunctionCanBeCall = canFunctionBeCalled(R.getDeclaration(), BaseExprType); in AddResult()
3599 if (FunctionCanBeCall) in createCodeCompletionStringForDecl()
3627 if (LastDeducibleArgument || !FunctionCanBeCall) { in createCodeCompletionStringForDecl()