HomeSort by: relevance | last modified time | path
    Searched defs:SelLocs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 721 SourceLocation *SelLocs = D->getStoredSelLocs();
724 Record.AddSourceLocation(SelLocs[i]);
ASTReaderDecl.cpp 1072 SmallVector<SourceLocation, 16> SelLocs;
1073 SelLocs.reserve(NumStoredSelLocs);
1075 SelLocs.push_back(readSourceLocation());
1077 MD->setParamsAndSelLocs(Reader.getContext(), Params, SelLocs);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 152 SmallVector<SourceLocation, 16> SelLocs;
153 cast<ObjCMethodDecl>(D)->getSelectorLocs(SelLocs);
155 llvm::find(SelLocs, RegionOfInterest.getBegin());
156 if (I != SelLocs.end())
157 SelectorIdIndex = I - SelLocs.begin();
628 SmallVector<SourceLocation, 16> SelLocs;
629 cast<ObjCMessageExpr>(S)->getSelectorLocs(SelLocs);
631 llvm::find(SelLocs, RegionOfInterest.getBegin());
632 if (I != SelLocs.end())
633 SelectorIdIndex = I - SelLocs.begin()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1065 SmallVector<SourceLocation, 1> SelLocs;
1066 Decl->getSelectorLocs(SelLocs);
1067 ImplDecl->setMethodParams(Context, Decl->parameters(), SelLocs);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1449 SmallVector<SourceLocation, 1> SelLocs;
1450 OldMsg->getSelectorLocs(SelLocs);
1460 SelLocs,
1473 SelLocs,
1489 SelLocs,
1533 SmallVector<SourceLocation, 1> SelLocs;
1543 SelLocs,
1556 SelLocs,
1572 SelLocs,
RewriteObjC.cpp 1265 SmallVector<SourceLocation, 1> SelLocs;
1266 OldMsg->getSelectorLocs(SelLocs);
1276 SelLocs,
1289 SelLocs,
1305 SelLocs,
1341 SmallVector<SourceLocation, 1> SelLocs;
1352 SelLocs,
1365 SelLocs,
1381 SelLocs,

Completed in 63 milliseconds