Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp1364 if (kind != CXCursor_FunctionDecl && kind != CXCursor_StructDecl && in clang_Cursor_getNumTemplateArguments()
1411 if (kind != CXCursor_FunctionDecl && kind != CXCursor_StructDecl && in clang_Cursor_getTemplateArgument()
H A DCIndex.cpp5074 C.kind == CXCursor_FunctionDecl) { in clang_Cursor_getSpellingNameRange()
5425 case CXCursor_FunctionDecl: in clang_getCursorKindSpelling()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1011 if (Cursor.kind == CXCursor_FunctionDecl in PrintCursor()
1352 if (Cursor.kind != CXCursor_FunctionDecl || in FunctionScanVisitor()
1385 } else if (Ref.kind != CXCursor_FunctionDecl) { in FunctionScanVisitor()
1988 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl; in perform_test_load()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h1066 CXCursor_FunctionDecl = 8, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp3999 return CXCursor_FunctionDecl; in getCursorKindForDecl()