Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h774 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
815 return getProtocolLocArray()[i]; in getProtocolLoc()
820 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
829 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()
967 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
1024 return getProtocolLocArray()[i]; in getProtocolLoc()
1029 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
1039 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()