Searched refs:CXCursor_FunctionDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang-c/
H A DIndex.h1478 CXCursor_FunctionDecl = 8, enumerator in enum:CXCursorKind
/external/clang/tools/c-index-test/
H A Dc-index-test.c1013 if (Cursor.kind != CXCursor_FunctionDecl ||
1046 } else if (Ref.kind != CXCursor_FunctionDecl) {
1311 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl;
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2923 return CXCursor_FunctionDecl;
/external/clang/tools/libclang/
H A DCIndex.cpp3522 case CXCursor_FunctionDecl:

Completed in 64 milliseconds