Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h753 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
794 return getProtocolLocArray()[i]; in getProtocolLoc()
799 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
808 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()
919 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
976 return getProtocolLocArray()[i]; in getProtocolLoc()
981 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
991 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()