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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1945 Sema::ActOnForwardClassDeclaration(SourceLocation AtClassLoc, argument
1965 Diag(AtClassLoc, diag::err_redefinition_different_kind) << IdentList[i];
1973 Diag(AtClassLoc, diag::warn_forward_class_redefinition) << IdentList[i];
2002 = ObjCInterfaceDecl::Create(Context, CurContext, AtClassLoc,

Completed in 100 milliseconds