Searched defs:SuperName (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 166 auto SuperName = SuperPair.first->getNameInitAsString(); run() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 977 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface() argument 547 ActOnSuperClassOfClassInterface(Scope * S,SourceLocation AtInterfaceLoc,ObjCInterfaceDecl * IDecl,IdentifierInfo * ClassName,SourceLocation ClassLoc,IdentifierInfo * SuperName,SourceLocation SuperLoc,ArrayRef<ParsedType> SuperTypeArgs,SourceRange SuperTypeArgsRange) ActOnSuperClassOfClassInterface() argument 1120 ActOnTypedefedProtocols(SmallVectorImpl<Decl * > & ProtocolRefs,SmallVectorImpl<SourceLocation> & ProtocolLocs,IdentifierInfo * SuperName,SourceLocation SuperLoc) ActOnTypedefedProtocols() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2541 std::string SuperName; emitAttributes() local
|