Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h864 bool FunctionCanBeCall : 1; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1302 bool FunctionCanBeCall = canCxxMethodBeCalled() local