reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3731 return CXCursor_FunctionDecl;
tools/clang/tools/c-index-test/c-index-test.c999 if (Cursor.kind == CXCursor_FunctionDecl) { 1337 if (Cursor.kind != CXCursor_FunctionDecl || 1370 } else if (Ref.kind != CXCursor_FunctionDecl) { 1945 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl;tools/clang/tools/libclang/CIndex.cpp
4713 C.kind == CXCursor_FunctionDecl) { 5058 case CXCursor_FunctionDecl:tools/clang/tools/libclang/CXCursor.cpp
1231 if (clang_getCursorKind(C) != CXCursor_FunctionDecl) { 1269 if (clang_getCursorKind(C) != CXCursor_FunctionDecl) {tools/clang/unittests/libclang/LibclangTest.cpp
407 if (clang_getCursorKind(cursor) == CXCursor_FunctionDecl) {