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 457 IdentifierInfo *ClassName, SourceLocation ClassLoc,
465 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
469 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName;
494 PrevIDecl, ClassLoc);
535 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
536 IDecl->setEndOfDefinitionLoc(ClassLoc);
577 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
583 SourceRange(AtInterfaceLoc, ClassLoc))) {
592 IDecl->setEndOfDefinitionLoc(ClassLoc);
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 56 IBCollInfo.classLoc = other.IBCollInfo.classLoc;
98 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(InterfaceLocStart);
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 774 SourceLocation ClassLoc = SourceLocation(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 260 milliseconds