Searched defs:SubHeading (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
H A D | API.cpp | 51 DeclarationFragments SubHeading, bool IsFromSystemHeader) { in addGlobalVar() 61 DeclarationFragments SubHeading, FunctionSignature Signature, in addGlobalFunction() 74 DeclarationFragments SubHeading, in addEnumConstant() 89 DeclarationFragments SubHeading, in addEnum() 101 DeclarationFragments SubHeading, in addStructField() 116 DeclarationFragments SubHeading, in addStruct() 126 DeclarationFragments Declaration, DeclarationFragments SubHeading, in addObjCCategory() 148 DeclarationFragments SubHeading, in addObjCInterface() 159 DeclarationFragments Declaration, DeclarationFragments SubHeading, in addObjCMethod() 181 DeclarationFragments Declaration, DeclarationFragments SubHeading, in addObjCProperty() [all …]
|
H A D | ExtractAPIVisitor.cpp | 88 DeclarationFragments SubHeading = in VisitVarDecl() local 148 DeclarationFragments SubHeading = in VisitFunctionDecl() local 193 DeclarationFragments SubHeading = in VisitEnumDecl() local 236 DeclarationFragments SubHeading = in VisitRecordDecl() local 271 DeclarationFragments SubHeading = in VisitObjCInterfaceDecl() local 316 DeclarationFragments SubHeading = in VisitObjCProtocolDecl() local 376 DeclarationFragments SubHeading = in VisitObjCCategoryDecl() local 413 DeclarationFragments SubHeading = in recordEnumConstants() local 440 DeclarationFragments SubHeading = in recordStructFields() local 471 DeclarationFragments SubHeading = in recordObjCMethods() local [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
H A D | API.h | 121 DeclarationFragments SubHeading; member
|