Searched refs:CXCursor_ParmDecl (Results 1 – 4 of 4) sorted by relevance
1585 CXCursor_ParmDecl = 10, enumerator
1496 if (clang_getCursorKind(cursor) == CXCursor_ParmDecl) in PrintManglings()
4502 case CXCursor_ParmDecl: in clang_getCursorKindSpelling()
3048 case Decl::ParmVar: return CXCursor_ParmDecl; in getCursorKindForDecl()