Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h762 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
803 return getProtocolLocArray()[i]; in getProtocolLoc()
808 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
817 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()
951 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
1008 return getProtocolLocArray()[i]; in getProtocolLoc()
1013 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
1023 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()