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 443 IdentifierInfo *ClassName, SourceLocation ClassLoc,
451 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
455 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName;
463 PrevIDecl, ClassLoc);
506 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
507 IDecl->setEndOfDefinitionLoc(ClassLoc);
542 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
548 SourceRange(AtInterfaceLoc, ClassLoc))) {
557 IDecl->setEndOfDefinitionLoc(ClassLoc);
817 IdentifierInfo *ClassName, SourceLocation 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());
510 SourceLocation ClassLoc = D->getLocation();
511 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc
516 markEntityOccurrenceInFile(IFaceD, ClassLoc);
524 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
529 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
543 SourceLocation ClassLoc = D->getLocation()
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 708 SourceLocation ClassLoc = SourceLocation(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 45 milliseconds