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

References

tools/clang/lib/Sema/SemaDecl.cpp
 5752     if (FixedType.isNull()) return FixedType;
 5752     if (FixedType.isNull()) return FixedType;
 5753     FixedType = Context.getPointerType(FixedType);
 5753     FixedType = Context.getPointerType(FixedType);
 5754     return Qs.apply(Context, FixedType);