Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h171 static SourceLocation getFromPtrEncoding(const void *Encoding) { in getFromPtrEncoding() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h569 return SourceLocation::getFromPtrEncoding(getData1()); in getLocation()