Home
last modified time | relevance | path

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

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