HomeSort by: relevance | last modified time | path
    Searched refs:getStoredSelLocs (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 1055 SourceLocation *getStoredSelLocs() {
1058 const SourceLocation *getStoredSelLocs() const {
1423 return getStoredSelLocs()[Index];
DeclObjC.h 195 SourceLocation *getStoredSelLocs() {
198 const SourceLocation *getStoredSelLocs() const {
304 return getStoredSelLocs()[Index];
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp 170 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
DeclObjC.cpp 884 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1556 SourceLocation *Locs = E->getStoredSelLocs();
ASTWriterDecl.cpp 721 SourceLocation *SelLocs = D->getStoredSelLocs();
ASTWriterStmt.cpp 1430 SourceLocation *Locs = E->getStoredSelLocs();

Completed in 81 milliseconds