Home
last modified time | relevance | path

Searched defs:GetStringLength (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h245 unsigned GetStringLength() const { return ResultPtr-ResultBuf.data(); } in GetStringLength() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4247 uint64_t llvm::GetStringLength(const Value *V, unsigned CharSize) { in GetStringLength() function in llvm