Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
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()
/aosp_15_r20/external/clang/include/clang/AST/
H A DTypeLoc.h863 SourceLocation *getProtocolLocArray() const { in getProtocolLocArray() function
916 return getProtocolLocArray()[i]; in getProtocolLoc()
920 getProtocolLocArray()[i] = Loc; in setProtocolLoc()
930 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs()