reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
  867     return withoutLocalFastQualifiers().withFastQualifiers(TQs);
tools/clang/lib/Sema/SemaChecking.cpp
 5700       Arg1Ty->getPointeeType().withoutLocalFastQualifiers() != Context.CharTy)
 5708   if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy)
tools/clang/lib/Sema/SemaDecl.cpp
 5264       return Ty.withoutLocalFastQualifiers();