Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1674 bool HasCFunction; member
1679 : P(parser), Dcl(D), HasCFunction(false) { in ObjCImplParsingDataRAII()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1270 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
H A DParseObjc.cpp2267 if (HasCFunction) in finish()