HomeSort by relevance Sort by last modified time
    Searched defs:PD (Results 26 - 34 of 34) sorted by null

12

  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 673 } else if (ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D)) {
674 if (PD->isThisDeclarationADefinition())
675 RewriteProtocolDecl(PD);
786 ObjCPropertyDecl *PD = PID->getPropertyDecl();
791 unsigned Attributes = PD->getPropertyAttributes();
792 if (!PD->getGetterMethodDecl()->isDefined()) {
804 PD->getGetterMethodDecl(), Getr);
812 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr,
    [all...]
RewriteModernObjC.cpp 733 } else if (ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D)) {
734 if (PD->isThisDeclarationADefinition())
735 RewriteProtocolDecl(PD);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 713 const ParmVarDecl *PD = FD->getParamDecl(ArgIndex);
714 SourceLocation ParamLoc = PD->getLocation();
718 ArgIndex+1, PD->getSourceRange(),
    [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 623 ObjCProtocolDecl *PD = cast<ObjCProtocolDecl>(D);
624 if (!PD->isThisDeclarationADefinition())
625 Cursor = MakeCursorObjCProtocolRef(PD, PD->getLocation(), TU);
    [all...]

Completed in 656 milliseconds

12