HomeSort by: relevance | last modified time | path
    Searched defs:getFromRawEncoding (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 146 /// This should only be passed to SourceLocation::getFromRawEncoding, it
154 static SourceLocation getFromRawEncoding(unsigned Encoding) {
174 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
492 return clang::SourceLocation::getFromRawEncoding(~0U);
496 return clang::SourceLocation::getFromRawEncoding(~0U - 1);
523 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 509 // AlignPackInfo::getFromRawEncoding, it should not be inspected directly.
525 static AlignPackInfo getFromRawEncoding(unsigned Encoding) {

Completed in 78 milliseconds