Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1074 SourceLocation *getStoredSelLocs() { in getStoredSelLocs() function
1077 const SourceLocation *getStoredSelLocs() const { in getStoredSelLocs() function
1425 return getStoredSelLocs()[Index]; in getSelectorLoc()
H A DDeclObjC.h192 SourceLocation *getStoredSelLocs() { in getStoredSelLocs() function
195 const SourceLocation *getStoredSelLocs() const { in getStoredSelLocs() function
301 return getStoredSelLocs()[Index]; in getSelectorLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp166 llvm::copy(SelLocs, getStoredSelLocs()); in initArgsAndSelLocs()
H A DDeclObjC.cpp932 llvm::uninitialized_copy(SelLocs, getStoredSelLocs()); in setParamsAndSelLocs()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1005 SourceLocation *SelLocs = D->getStoredSelLocs(); in VisitObjCMethodDecl()
H A DASTWriterStmt.cpp1571 SourceLocation *Locs = E->getStoredSelLocs(); in VisitObjCMessageExpr()
H A DASTReaderStmt.cpp1612 SourceLocation *Locs = E->getStoredSelLocs(); in VisitObjCMessageExpr()