Searched defs:getFromRawEncoding (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceLocation.h143 /// This should only be passed to SourceLocation::getFromRawEncoding, it
151 static SourceLocation getFromRawEncoding(unsigned Encoding) { function
171 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
431 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);

Completed in 90 milliseconds