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

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

Completed in 120 milliseconds