Searched refs:AtInterfaceLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp467 SourceLocation AtInterfaceLoc,
495 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
542 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
548 SourceRange(AtInterfaceLoc, ClassLoc))) {
901 ActOnStartClassInterface(Scope *S, SourceLocation AtInterfaceLoc, argument
982 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName,
987 Diag(AtInterfaceLoc, diag::err_duplicate_class_def)
1007 ActOnSuperClassOfClassInterface(S, AtInterfaceLoc, IDecl,
1704 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, argument
1725 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
466 ActOnSuperClassOfClassInterface(Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange) argument
[all...]
/external/clang/include/clang/Sema/
H A DSema.h7168 SourceLocation AtInterfaceLoc,
7183 SourceLocation AtInterfaceLoc,
7214 Decl *ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc,

Completed in 72 milliseconds