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.h1782 bool HasCFunction; member
1787 : P(parser), Dcl(D), HasCFunction(false) { in ObjCImplParsingDataRAII()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1397 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
H A DParseObjc.cpp2329 if (HasCFunction) in finish()