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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  896     return getOriginExpr()->passAlignment() ? 2 : 1;
tools/clang/lib/AST/ASTImporter.cpp
 7082       ToOperatorDelete, E->passAlignment(), E->doesUsualArrayDeleteWantSize(),
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1472   unsigned NumNonPlacementArgs = E->passAlignment() ? 2 : 1;
 1492                                            E->passAlignment(),
 1523                                               E->passAlignment(),
 1601     if (E->passAlignment()) {
 1631     if (!E->passAlignment() &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1571   Record.push_back(E->passAlignment());