Home
last modified time | relevance | path

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

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