Lines Matching defs:C

37   CXCursor C = { K, 0, { nullptr, nullptr, TU } };  in MakeCXCursorInvalid()  local
69 CXCursor C = { GetCursorKind(A), 0, { Parent, A, TU } }; in MakeCXCursor() local
93 CXCursor C = { K, SelectorIdIndex, in MakeCXCursor() local
98 CXCursor C = { K, 0, { D, (void*)(intptr_t) (FirstInDeclGroup ? 1 : 0), TU }}; in MakeCXCursor() local
516 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local
588 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local
597 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } }; in MakeCursorObjCSuperClassRef() local
602 cxcursor::getCursorObjCSuperClassRef(CXCursor C) { in getCursorObjCSuperClassRef()
613 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef() local
618 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef()
632 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } }; in MakeCursorObjCClassRef() local
637 cxcursor::getCursorObjCClassRef(CXCursor C) { in getCursorObjCClassRef()
647 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } }; in MakeCursorTypeRef() local
652 cxcursor::getCursorTypeRef(CXCursor C) { in getCursorTypeRef()
663 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } }; in MakeCursorTemplateRef() local
668 cxcursor::getCursorTemplateRef(CXCursor C) { in getCursorTemplateRef()
681 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } }; in MakeCursorNamespaceRef() local
686 cxcursor::getCursorNamespaceRef(CXCursor C) { in getCursorNamespaceRef()
697 CXCursor C = { CXCursor_VariableRef, 0, { Var, RawLoc, TU } }; in MakeCursorVariableRef() local
702 cxcursor::getCursorVariableRef(CXCursor C) { in getCursorVariableRef()
713 CXCursor C = { CXCursor_MemberRef, 0, { Field, RawLoc, TU } }; in MakeCursorMemberRef() local
718 cxcursor::getCursorMemberRef(CXCursor C) { in getCursorMemberRef()
726 CXCursor C = { CXCursor_CXXBaseSpecifier, 0, { B, nullptr, TU } }; in MakeCursorCXXBaseSpecifier() local
730 const CXXBaseSpecifier *cxcursor::getCursorCXXBaseSpecifier(CXCursor C) { in getCursorCXXBaseSpecifier()
737 CXCursor C = { CXCursor_PreprocessingDirective, 0, in MakePreprocessingDirectiveCursor() local
745 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) { in getCursorPreprocessingDirective()
755 CXCursor C = { CXCursor_MacroDefinition, 0, { MI, nullptr, TU } }; in MakeMacroDefinitionCursor() local
759 const MacroDefinition *cxcursor::getCursorMacroDefinition(CXCursor C) { in getCursorMacroDefinition()
766 CXCursor C = { CXCursor_MacroExpansion, 0, { MI, nullptr, TU } }; in MakeMacroExpansionCursor() local
774 CXCursor C = { CXCursor_MacroExpansion, 0, { MI, Loc.getPtrEncoding(), TU } }; in MakeMacroExpansionCursor() local
796 CXCursor C = { CXCursor_InclusionDirective, 0, { ID, nullptr, TU } }; in MakeInclusionDirectiveCursor() local
800 const InclusionDirective *cxcursor::getCursorInclusionDirective(CXCursor C) { in getCursorInclusionDirective()
810 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef() local
815 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef()
826 CXCursor C = { in MakeCursorOverloadedDeclRef() local
839 CXCursor C = { in MakeCursorOverloadedDeclRef() local
852 CXCursor C = { in MakeCursorOverloadedDeclRef() local
860 cxcursor::getCursorOverloadedDeclRef(CXCursor C) { in getCursorOverloadedDeclRef()
1013 bool cxcursor::isFirstInDeclGroup(CXCursor C) { in isFirstInDeclGroup()
1032 int clang_Cursor_getNumArguments(CXCursor C) { in clang_Cursor_getNumArguments()
1051 CXCursor clang_Cursor_getArgument(CXCursor C, unsigned i) { in clang_Cursor_getArgument()
1079 int clang_Cursor_getNumTemplateArguments(CXCursor C) { in clang_Cursor_getNumTemplateArguments()
1117 CXCursor C, unsigned I, TemplateArgument *TA) { in clang_Cursor_getTemplateArgument()
1142 enum CXTemplateArgumentKind clang_Cursor_getTemplateArgumentKind(CXCursor C, in clang_Cursor_getTemplateArgumentKind()
1166 CXType clang_Cursor_getTemplateArgumentType(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentType()
1180 long long clang_Cursor_getTemplateArgumentValue(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentValue()
1196 unsigned long long clang_Cursor_getTemplateArgumentUnsignedValue(CXCursor C, in clang_Cursor_getTemplateArgumentUnsignedValue()
1413 int clang_Cursor_isDynamicCall(CXCursor C) { in clang_Cursor_isDynamicCall()
1446 CXType clang_Cursor_getReceiverType(CXCursor C) { in clang_Cursor_getReceiverType()