Home | History | Annotate | Download | only in libclang

Lines Matching defs:PC

792 static long long validateFieldParentType(CXCursor PC, CXType PT){
793 if (clang_isInvalid(PC.kind))
796 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC));
820 CXCursor PC = clang_getTypeDeclaration(PT);
821 long long Error = validateFieldParentType(PC,PT);
831 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC));
852 CXCursor PC = clang_getCursorSemanticParent(C);
853 CXType PT = clang_getCursorType(PC);
854 long long Error = validateFieldParentType(PC,PT);
960 CXCursor PC = clang_getTypeDeclaration(PT);
961 if (clang_isInvalid(PC.kind))
964 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC));