reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CIndex.cpp
 5586       if (BestCursor->kind == CXCursor_ObjCInterfaceDecl ||
 5587           BestCursor->kind == CXCursor_ObjCClassRef)
 5589              = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(*BestCursor))){
 5625       clang_isDeclaration(BestCursor->kind)) {
 5626     if (const Decl *D = getCursorDecl(*BestCursor)) {
 5641   if (clang_isExpression(BestCursor->kind) &&
 5642       isa<CXXTemporaryObjectExpr>(getCursorExpr(*BestCursor)) &&
 5646     *BestCursor = getTypeRefedCallExprCursor(*BestCursor);
 5646     *BestCursor = getTypeRefedCallExprCursor(*BestCursor);
 5652   if (BestCursor->kind == CXCursor_ObjCSuperClassRef)
 5655   *BestCursor = cursor;