Searched refs:getStoredSelLocs (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1065 SourceLocation *getStoredSelLocs() { function in class:clang::final
1068 const SourceLocation *getStoredSelLocs() const { function in class:clang::final
1433 return getStoredSelLocs()[Index];
H A DDeclObjC.h194 SourceLocation *getStoredSelLocs() {
197 const SourceLocation *getStoredSelLocs() const {
303 return getStoredSelLocs()[Index];
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp201 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
H A DDeclObjC.cpp881 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1441 SourceLocation *Locs = E->getStoredSelLocs();
H A DASTWriterStmt.cpp1332 SourceLocation *Locs = E->getStoredSelLocs();
H A DASTWriterDecl.cpp720 SourceLocation *SelLocs = D->getStoredSelLocs();

Completed in 180 milliseconds