Searched defs:Ploc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1098 SourceLocation &Ploc, SourceLocation PrevLoc,
1105 Ploc)) {
1107 Diag(Ploc, diag::err_protocol_has_circular_dependency);
1115 if (CheckForwardProtocolDeclarationForCircularDependency(PName, Ploc,
1096 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument

Completed in 113 milliseconds