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

References

tools/clang/tools/libclang/CIndex.cpp
 5568   if (cursor.kind == CXCursor_MacroExpansion && Data->PointsAtMacroArgExpansion)
 5571   if (clang_isDeclaration(cursor.kind)) {
 5574           = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(cursor))) {
 5579                  = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(cursor))) {
 5597                     = dyn_cast_or_null<DeclaratorDecl>(getCursorDecl(cursor))) {
 5610               = dyn_cast_or_null<ObjCPropertyImplDecl>(getCursorDecl(cursor))) {
 5624   if (clang_isExpression(cursor.kind) &&
 5643       cursor.kind == CXCursor_TypeRef) {
 5655   *BestCursor = cursor;