Lines Matching defs:C
36 CXCursor C = {K, 0, {nullptr, nullptr, TU}}; in MakeCXCursorInvalid() local
135 CXCursor C = {GetCursorKind(A), 0, {Parent, A, TU}}; in MakeCXCursor() local
159 CXCursor C = {K, in MakeCXCursor() local
165 CXCursor C = {K, 0, {D, (void *)(intptr_t)(FirstInDeclGroup ? 1 : 0), TU}}; in MakeCXCursor() local
634 CXCursor C = {K, 0, {Parent, S, TU}}; in MakeCXCursor() local
873 CXCursor C = {K, 0, {Parent, S, TU}}; in MakeCXCursor() local
882 CXCursor C = {CXCursor_ObjCSuperClassRef, 0, {Super, RawLoc, TU}}; in MakeCursorObjCSuperClassRef() local
887 cxcursor::getCursorObjCSuperClassRef(CXCursor C) { in getCursorObjCSuperClassRef()
898 CXCursor C = {CXCursor_ObjCProtocolRef, 0, {Proto, RawLoc, TU}}; in MakeCursorObjCProtocolRef() local
903 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef()
917 CXCursor C = {CXCursor_ObjCClassRef, 0, {Class, RawLoc, TU}}; in MakeCursorObjCClassRef() local
922 cxcursor::getCursorObjCClassRef(CXCursor C) { in getCursorObjCClassRef()
932 CXCursor C = {CXCursor_TypeRef, 0, {Type, RawLoc, TU}}; in MakeCursorTypeRef() local
937 cxcursor::getCursorTypeRef(CXCursor C) { in getCursorTypeRef()
948 CXCursor C = {CXCursor_TemplateRef, 0, {Template, RawLoc, TU}}; in MakeCursorTemplateRef() local
953 cxcursor::getCursorTemplateRef(CXCursor C) { in getCursorTemplateRef()
966 CXCursor C = {CXCursor_NamespaceRef, 0, {NS, RawLoc, TU}}; in MakeCursorNamespaceRef() local
971 cxcursor::getCursorNamespaceRef(CXCursor C) { in getCursorNamespaceRef()
982 CXCursor C = {CXCursor_VariableRef, 0, {Var, RawLoc, TU}}; in MakeCursorVariableRef() local
987 cxcursor::getCursorVariableRef(CXCursor C) { in getCursorVariableRef()
999 CXCursor C = {CXCursor_MemberRef, 0, {Field, RawLoc, TU}}; in MakeCursorMemberRef() local
1004 cxcursor::getCursorMemberRef(CXCursor C) { in getCursorMemberRef()
1012 CXCursor C = {CXCursor_CXXBaseSpecifier, 0, {B, nullptr, TU}}; in MakeCursorCXXBaseSpecifier() local
1016 const CXXBaseSpecifier *cxcursor::getCursorCXXBaseSpecifier(CXCursor C) { in getCursorCXXBaseSpecifier()
1023 CXCursor C = { in MakePreprocessingDirectiveCursor() local
1030 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) { in getCursorPreprocessingDirective()
1040 CXCursor C = {CXCursor_MacroDefinition, 0, {MI, nullptr, TU}}; in MakeMacroDefinitionCursor() local
1044 const MacroDefinitionRecord *cxcursor::getCursorMacroDefinition(CXCursor C) { in getCursorMacroDefinition()
1051 CXCursor C = {CXCursor_MacroExpansion, 0, {MI, nullptr, TU}}; in MakeMacroExpansionCursor() local
1059 CXCursor C = {CXCursor_MacroExpansion, 0, {MI, Loc.getPtrEncoding(), TU}}; in MakeMacroExpansionCursor() local
1082 CXCursor C = {CXCursor_InclusionDirective, 0, {ID, nullptr, TU}}; in MakeInclusionDirectiveCursor() local
1086 const InclusionDirective *cxcursor::getCursorInclusionDirective(CXCursor C) { in getCursorInclusionDirective()
1096 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef() local
1101 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef()
1112 CXCursor C = { in MakeCursorOverloadedDeclRef() local
1123 CXCursor C = { in MakeCursorOverloadedDeclRef() local
1134 CXCursor C = { in MakeCursorOverloadedDeclRef() local
1140 cxcursor::getCursorOverloadedDeclRef(CXCursor C) { in getCursorOverloadedDeclRef()
1290 bool cxcursor::isFirstInDeclGroup(CXCursor C) { in isFirstInDeclGroup()
1307 int clang_Cursor_getNumArguments(CXCursor C) { in clang_Cursor_getNumArguments()
1329 CXCursor clang_Cursor_getArgument(CXCursor C, unsigned i) { in clang_Cursor_getArgument()
1362 int clang_Cursor_getNumTemplateArguments(CXCursor C) { in clang_Cursor_getNumTemplateArguments()
1408 static int clang_Cursor_getTemplateArgument(CXCursor C, unsigned I, in clang_Cursor_getTemplateArgument()
1448 enum CXTemplateArgumentKind clang_Cursor_getTemplateArgumentKind(CXCursor C, in clang_Cursor_getTemplateArgumentKind()
1479 CXType clang_Cursor_getTemplateArgumentType(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentType()
1493 long long clang_Cursor_getTemplateArgumentValue(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentValue()
1509 unsigned long long clang_Cursor_getTemplateArgumentUnsignedValue(CXCursor C, in clang_Cursor_getTemplateArgumentUnsignedValue()
1717 int clang_Cursor_isDynamicCall(CXCursor C) { in clang_Cursor_isDynamicCall()
1756 CXType clang_Cursor_getReceiverType(CXCursor C) { in clang_Cursor_getReceiverType()