Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h768 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
809 return getProtocolLocArray()[i]; in getProtocolLoc()
814 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
823 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()
957 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
1014 return getProtocolLocArray()[i]; in getProtocolLoc()
1019 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
1029 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()