Home
last modified time | relevance | path

Searched defs:FunctionCanBeCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/unittests/Sema/
H A DCodeCompleteTest.cpp192 TEST(SemaCodeCompleteTest, FunctionCanBeCall) { in TEST() argument
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h866 bool FunctionCanBeCall : 1; global() variable
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1309 bool FunctionCanBeCall = canCxxMethodBeCalled() local