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

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 446 IdentifierInfo *ClassName, SourceLocation ClassLoc,
454 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
458 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName;
483 PrevIDecl, ClassLoc);
526 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
527 IDecl->setEndOfDefinitionLoc(ClassLoc);
568 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
574 SourceRange(AtInterfaceLoc, ClassLoc))) {
583 IDecl->setEndOfDefinitionLoc(ClassLoc);
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 55 IBCollInfo.classLoc = other.IBCollInfo.classLoc;
97 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(IBAttr->getInterfaceLoc());
518 SourceLocation ClassLoc = D->getLocation();
519 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc
524 markEntityOccurrenceInFile(IFaceD, ClassLoc);
532 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
551 SourceLocation ClassLoc = D->getLocation()
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 714 SourceLocation ClassLoc = SourceLocation(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 187 milliseconds