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

  /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/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 88 milliseconds