Home
last modified time | relevance | path

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

/external/clang/tools/c-index-test/
Dc-index-test.c946 if (Cursor.kind != CXCursor_FunctionDecl || in FunctionScanVisitor()
979 } else if (Ref.kind != CXCursor_FunctionDecl) { in FunctionScanVisitor()
1167 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl; in perform_test_load()
/external/clang/include/clang-c/
DIndex.h1396 CXCursor_FunctionDecl = 8, enumerator
/external/clang/tools/libclang/
DCIndex.cpp3350 case CXCursor_FunctionDecl: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2840 return CXCursor_FunctionDecl; in getCursorKindForDecl()