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

  /external/clang/lib/CodeGen/
CGValue.h 199 bool isRestrictQualified() const { return Quals.hasRestrict(); }
CGDebugInfo.cpp 543 } else if (Qc.hasRestrict()) {
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 524 if (Q.hasRestrict())
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 239 bool hasRestrict() const { return Mask & Restrict; }
    [all...]

Completed in 1036 milliseconds