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

References

tools/clang/lib/AST/ASTContext.cpp
 9192       SecondParam = SecondFnType->getExtParameterInfo(I);
 9195     if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false))
 9199     bool SecondNoEscape = SecondParam.isNoEscape();