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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp427 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, argument
447 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName,
453 Diag(AtInterfaceLoc, diag::err_duplicate_class_def)
491 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
527 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
533 SourceRange(AtInterfaceLoc, ClassLoc))) {
799 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, argument
819 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
850 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,

Completed in 30 milliseconds