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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp452 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, argument
489 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName,
495 Diag(AtInterfaceLoc, diag::err_duplicate_class_def)
532 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
574 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
580 SourceRange(AtInterfaceLoc, ClassLoc))) {
884 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, argument
904 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
931 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,

Completed in 77 milliseconds