Searched refs:getFromPtrEncoding (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceLocation.h159 /// This should only be passed to SourceLocation::getFromPtrEncoding, it
167 /// getFromPtrEncoding - Turn a pointer encoding of a SourceLocation object
169 static SourceLocation getFromPtrEncoding(const void *Encoding) { function in class:clang::SourceLocation
/external/clang/include/clang/Analysis/
H A DProgramPoint.h428 return SourceLocation::getFromPtrEncoding(getData1());
/external/clang/tools/libclang/
H A DCIndex.cpp1681 return SourceLocation::getFromPtrEncoding(data[1]); }

Completed in 211 milliseconds