Searched refs:pMethod (Results 1 – 3 of 3) sorted by relevance
24 - pMethod; method50 [d pMethod];84 // CHECK: [24:1 - 24:11] ObjCInstanceMethodDecl=pMethod:24:3145 // CHECK: [50:2 - 50:3] ObjCMessageExpr=pMethod:24:3147 // CHECK: [50:4 - 50:13] ObjCMessageExpr=pMethod:24:3
26 - pMethod; method52 [d pMethod];97 // CHECK: c-index-api-loadTU-test.m:26:3: ObjCInstanceMethodDecl=pMethod:26:3 Extent=[26:1 - 26:11]138 // CHECK: c-index-api-loadTU-test.m:52:2: ObjCMessageExpr=pMethod:26:3 Extent=[52:2 - 52:13]
23593 sqlite3_io_methods const *pMethod; /* Always the first entry */ member28942 pNew->pMethod = pLockingStyle;30246 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);30297 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); 30300 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);30423 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK);30471 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);30516 if( pCtx->lockProxy->pMethod == &afpIoMethods ){30522 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);30546 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);[all …]