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.h865 bool FunctionCanBeCall : 1; variable
893 DeclaringEntity(false), FunctionCanBeCall(true), Qualifier(Qualifier) { in Declaration()
904 FunctionCanBeCall(true) {} in Keyword()
914 FunctionCanBeCall(true), MacroDefInfo(MI) {} in Macro()
926 DeclaringEntity(false), FunctionCanBeCall(true) {} in Declaration()
935 DeclaringEntity(false), FunctionCanBeCall(true) { in CodeCompletionResult()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1310 bool FunctionCanBeCall = in canCxxMethodBeCalled() local
1316 if (FunctionCanBeCall) in canCxxMethodBeCalled()
1324 FunctionCanBeCall = in canCxxMethodBeCalled()
1328 return FunctionCanBeCall; in canCxxMethodBeCalled()
1475 R.FunctionCanBeCall = canFunctionBeCalled(R.getDeclaration(), BaseExprType); in AddResult()
3762 if (FunctionCanBeCall) in createCodeCompletionStringForDecl()
3790 if (LastDeducibleArgument || !FunctionCanBeCall) { in createCodeCompletionStringForDecl()