Lines Matching defs:C

37   CXCursor C = { K, 0, { nullptr, nullptr, TU } };  in MakeCXCursorInvalid()  local
72 CXCursor C = { GetCursorKind(A), 0, { Parent, A, TU } }; in MakeCXCursor() local
96 CXCursor C = { K, SelectorIdIndex, in MakeCXCursor() local
101 CXCursor C = { K, 0, { D, (void*)(intptr_t) (FirstInDeclGroup ? 1 : 0), TU }}; in MakeCXCursor() local
530 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local
623 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local
632 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } }; in MakeCursorObjCSuperClassRef() local
637 cxcursor::getCursorObjCSuperClassRef(CXCursor C) { in getCursorObjCSuperClassRef()
648 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef() local
653 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef()
667 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } }; in MakeCursorObjCClassRef() local
672 cxcursor::getCursorObjCClassRef(CXCursor C) { in getCursorObjCClassRef()
682 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } }; in MakeCursorTypeRef() local
687 cxcursor::getCursorTypeRef(CXCursor C) { in getCursorTypeRef()
698 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } }; in MakeCursorTemplateRef() local
703 cxcursor::getCursorTemplateRef(CXCursor C) { in getCursorTemplateRef()
716 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } }; in MakeCursorNamespaceRef() local
721 cxcursor::getCursorNamespaceRef(CXCursor C) { in getCursorNamespaceRef()
732 CXCursor C = { CXCursor_VariableRef, 0, { Var, RawLoc, TU } }; in MakeCursorVariableRef() local
737 cxcursor::getCursorVariableRef(CXCursor C) { in getCursorVariableRef()
748 CXCursor C = { CXCursor_MemberRef, 0, { Field, RawLoc, TU } }; in MakeCursorMemberRef() local
753 cxcursor::getCursorMemberRef(CXCursor C) { in getCursorMemberRef()
761 CXCursor C = { CXCursor_CXXBaseSpecifier, 0, { B, nullptr, TU } }; in MakeCursorCXXBaseSpecifier() local
765 const CXXBaseSpecifier *cxcursor::getCursorCXXBaseSpecifier(CXCursor C) { in getCursorCXXBaseSpecifier()
772 CXCursor C = { CXCursor_PreprocessingDirective, 0, in MakePreprocessingDirectiveCursor() local
780 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) { in getCursorPreprocessingDirective()
790 CXCursor C = {CXCursor_MacroDefinition, 0, {MI, nullptr, TU}}; in MakeMacroDefinitionCursor() local
794 const MacroDefinitionRecord *cxcursor::getCursorMacroDefinition(CXCursor C) { in getCursorMacroDefinition()
801 CXCursor C = { CXCursor_MacroExpansion, 0, { MI, nullptr, TU } }; in MakeMacroExpansionCursor() local
809 CXCursor C = {CXCursor_MacroExpansion, 0, {MI, Loc.getPtrEncoding(), TU}}; in MakeMacroExpansionCursor() local
832 CXCursor C = { CXCursor_InclusionDirective, 0, { ID, nullptr, TU } }; in MakeInclusionDirectiveCursor() local
836 const InclusionDirective *cxcursor::getCursorInclusionDirective(CXCursor C) { in getCursorInclusionDirective()
846 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef() local
851 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef()
862 CXCursor C = { in MakeCursorOverloadedDeclRef() local
875 CXCursor C = { in MakeCursorOverloadedDeclRef() local
888 CXCursor C = { in MakeCursorOverloadedDeclRef() local
896 cxcursor::getCursorOverloadedDeclRef(CXCursor C) { in getCursorOverloadedDeclRef()
1049 bool cxcursor::isFirstInDeclGroup(CXCursor C) { in isFirstInDeclGroup()
1068 int clang_Cursor_getNumArguments(CXCursor C) { in clang_Cursor_getNumArguments()
1087 CXCursor clang_Cursor_getArgument(CXCursor C, unsigned i) { in clang_Cursor_getArgument()
1115 int clang_Cursor_getNumTemplateArguments(CXCursor C) { in clang_Cursor_getNumTemplateArguments()
1153 CXCursor C, unsigned I, TemplateArgument *TA) { in clang_Cursor_getTemplateArgument()
1178 enum CXTemplateArgumentKind clang_Cursor_getTemplateArgumentKind(CXCursor C, in clang_Cursor_getTemplateArgumentKind()
1202 CXType clang_Cursor_getTemplateArgumentType(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentType()
1216 long long clang_Cursor_getTemplateArgumentValue(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentValue()
1232 unsigned long long clang_Cursor_getTemplateArgumentUnsignedValue(CXCursor C, in clang_Cursor_getTemplateArgumentUnsignedValue()
1450 int clang_Cursor_isDynamicCall(CXCursor C) { in clang_Cursor_isDynamicCall()
1483 CXType clang_Cursor_getReceiverType(CXCursor C) { in clang_Cursor_getReceiverType()