HomeSort by relevance Sort by last modified time
    Searched full:hasrestrict (Results 1 - 10 of 10) sorted by null

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

Completed in 1133 milliseconds