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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp456 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, argument
493 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName,
499 Diag(AtInterfaceLoc, diag::err_duplicate_class_def)
535 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
577 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
583 SourceRange(AtInterfaceLoc, ClassLoc))) {
888 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, argument
908 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
935 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,

Completed in 922 milliseconds