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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 148 unsigned getRawEncoding() const { return ID; }
153 /// \see getRawEncoding.
168 return (void*)(uintptr_t)getRawEncoding();
189 return LHS.getRawEncoding() == RHS.getRawEncoding();
199 return LHS.getRawEncoding() < RHS.getRawEncoding();
202 return LHS.getRawEncoding() > RHS.getRawEncoding();
205 return LHS.getRawEncoding() <= RHS.getRawEncoding()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 510 static uint32_t getRawEncoding(const AlignPackInfo &Info) {

Completed in 27 milliseconds