Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1313 if (clang_getCursorKind(C) != CXCursor_FunctionDecl) { in clang_Cursor_getNumTemplateArguments()
1351 if (clang_getCursorKind(C) != CXCursor_FunctionDecl) { in clang_Cursor_getTemplateArgument()
H A DCIndex.cpp4848 C.kind == CXCursor_FunctionDecl) { in clang_Cursor_getSpellingNameRange()
5199 case CXCursor_FunctionDecl: in clang_getCursorKindSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1003 if (Cursor.kind == CXCursor_FunctionDecl) { in PrintCursor()
1341 if (Cursor.kind != CXCursor_FunctionDecl || in FunctionScanVisitor()
1374 } else if (Ref.kind != CXCursor_FunctionDecl) { in FunctionScanVisitor()
1965 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl; in perform_test_load()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1734 CXCursor_FunctionDecl = 8, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3848 return CXCursor_FunctionDecl; in getCursorKindForDecl()