HomeSort by: relevance | last modified time | path
    Searched refs:CurParsedObjCImpl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 173 if (CurParsedObjCImpl) {
174 CurParsedObjCImpl->finish(AtLoc);
640 CurParsedObjCImpl? Sema::PCC_ObjCImplementation
2236 if (CurParsedObjCImpl)
2237 CurParsedObjCImpl->finish(atEnd);
2254 P.CurParsedObjCImpl = nullptr;
2654 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM);
2698 if (CurParsedObjCImpl) {
2725 assert (CurParsedObjCImpl
Parser.cpp 61 CurParsedObjCImpl = nullptr;
876 if (CurParsedObjCImpl) {
884 CurParsedObjCImpl ? Sema::PCC_ObjCImplementation : Sema::PCC_Namespace);
1253 else if (CurParsedObjCImpl &&
1270 CurParsedObjCImpl->HasCFunction = true;
ParseDecl.cpp 1910 (!ParsingInObjCContainer || CurParsedObjCImpl))
1919 (!ParsingInObjCContainer || CurParsedObjCImpl))
2251 (!CurParsedObjCImpl || !D.isFunctionDeclarator()))
3149 else if (CurParsedObjCImpl)
ParseExpr.cpp 2193 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1680 P.CurParsedObjCImpl = this;
1691 ObjCImplParsingDataRAII *CurParsedObjCImpl;

Completed in 38 milliseconds