Home
last modified time | relevance | path

Searched defs:SubHeading (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp51 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 DExtractAPIVisitor.cpp88 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 DAPI.h121 DeclarationFragments SubHeading; member