Home | History | Annotate | Download | only in libclang

Lines Matching refs:clang_isDeclaration

801   if (!clang_isDeclaration(cursor.kind))
916 assert(clang_isDeclaration(C.kind));
1002 if (clang_isDeclaration(kind)) {