Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h751 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
792 return getProtocolLocArray()[i]; in getProtocolLoc()
797 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
806 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()
928 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
985 return getProtocolLocArray()[i]; in getProtocolLoc()
990 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
1000 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()