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

  /external/clang/tools/libclang/
IndexingContext.cpp 375 SourceLocation SuperLoc = D->getSuperClassLoc();
377 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
378 BaseClass.loc = getIndexLoc(SuperLoc);
381 markEntityOccurrenceInFile(SuperD, SuperLoc);
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 579 SourceLocation SuperLoc, QualType SuperTy)
582 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 946 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx);
947 E->setSuper(SuperLoc, T, Kind == ObjCMessageExpr::SuperInstance);
    [all...]

Completed in 217 milliseconds