HomeSort by relevance Sort by last modified time
    Searched refs:getFastQualifiers (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h 326 bool hasFastQualifiers() const { return getFastQualifiers(); }
327 unsigned getFastQualifiers() const { return Mask & FastMask; }
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 45 milliseconds