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.h864 bool FunctionCanBeCall : 1; variable
892 DeclaringEntity(false), FunctionCanBeCall(true), Qualifier(Qualifier) { in Declaration()
903 FunctionCanBeCall(true) {} in Keyword()
913 FunctionCanBeCall(true), MacroDefInfo(MI) {} in Macro()
925 DeclaringEntity(false), FunctionCanBeCall(true) {} in Declaration()
934 DeclaringEntity(false), FunctionCanBeCall(true) { in CodeCompletionResult()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1302 bool FunctionCanBeCall = in canCxxMethodBeCalled() local
1308 if (FunctionCanBeCall) in canCxxMethodBeCalled()
1316 FunctionCanBeCall = in canCxxMethodBeCalled()
1320 return FunctionCanBeCall; in canCxxMethodBeCalled()
1466 R.FunctionCanBeCall = canFunctionBeCalled(R.getDeclaration(), BaseExprType); in AddResult()
3593 if (FunctionCanBeCall) in createCodeCompletionStringForDecl()
3621 if (LastDeducibleArgument || !FunctionCanBeCall) { in createCodeCompletionStringForDecl()