Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h241 unsigned GetStringLength() const { return ResultPtr-ResultBuf.data(); } in GetStringLength() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3616 uint64_t llvm::GetStringLength(const Value *V, unsigned CharSize) { in GetStringLength() function in llvm