Home
last modified time | relevance | path

Searched refs:HasCFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h5614 bool HasCFunction; member
5619 : P(parser), Dcl(D), HasCFunction(false) { in ObjCImplParsingDataRAII()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1321 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
H A DParseObjc.cpp2052 if (HasCFunction) in finish()