Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dfunction.rs34 clang_sys::CXCursor_FunctionDecl => FunctionKind::Function, in from_cursor()
407 CXCursor_FunctionDecl | in from_ty()
/external/clang/tools/libclang/
DCXCursor.cpp1144 if (clang_getCursorKind(C) != CXCursor_FunctionDecl) { in clang_Cursor_getNumTemplateArguments()
1182 if (clang_getCursorKind(C) != CXCursor_FunctionDecl) { in clang_Cursor_getTemplateArgument()
DCIndex.cpp4484 case CXCursor_FunctionDecl: in clang_getCursorKindSpelling()
/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp408 if (clang_getCursorKind(cursor) == CXCursor_FunctionDecl) { in TEST_F()
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp1298 if (clang_getCursorKind(C) != CXCursor_FunctionDecl) { in clang_Cursor_getNumTemplateArguments()
1336 if (clang_getCursorKind(C) != CXCursor_FunctionDecl) { in clang_Cursor_getTemplateArgument()
DCIndex.cpp4807 C.kind == CXCursor_FunctionDecl) { in clang_Cursor_getSpellingNameRange()
5157 case CXCursor_FunctionDecl: in clang_getCursorKindSpelling()
/external/clang/tools/c-index-test/
Dc-index-test.c839 if (Cursor.kind == CXCursor_FunctionDecl) { in PrintCursor()
1138 if (Cursor.kind != CXCursor_FunctionDecl || in FunctionScanVisitor()
1171 } else if (Ref.kind != CXCursor_FunctionDecl) { in FunctionScanVisitor()
1571 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl; in perform_test_load()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1002 if (Cursor.kind == CXCursor_FunctionDecl) { in PrintCursor()
1340 if (Cursor.kind != CXCursor_FunctionDecl || in FunctionScanVisitor()
1373 } else if (Ref.kind != CXCursor_FunctionDecl) { in FunctionScanVisitor()
1964 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl; in perform_test_load()
/external/clang/include/clang-c/
DIndex.h1581 CXCursor_FunctionDecl = 8, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1734 CXCursor_FunctionDecl = 8, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs226 const CXCursor_FunctionDecl = 8, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3032 return CXCursor_FunctionDecl; in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3794 return CXCursor_FunctionDecl; in getCursorKindForDecl()