HomeSort by relevance Sort by last modified time
    Searched refs:ClassLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 351 IdentifierInfo *ClassName, SourceLocation ClassLoc,
359 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
363 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName;
379 IDecl->setLocation(ClassLoc);
397 ClassName, ClassLoc);
424 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
425 IDecl->setLocEnd(ClassLoc);
460 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
464 << SourceRange(AtInterfaceLoc, ClassLoc);
474 IDecl->setLocEnd(ClassLoc);
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 628 SourceLocation ClassLoc,
630 return new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc, ForwardDecl,
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 592 SourceLocation ClassLoc = SourceLocation(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 580 milliseconds