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

References

tools/clang/lib/CodeGen/CGCall.cpp
 3095       type->castAs<RecordType>()->getDecl()->isParamDestroyedInCallee() &&
 3580       type->castAs<RecordType>()->getDecl()->isParamDestroyedInCallee()) {
tools/clang/lib/CodeGen/CGDecl.cpp
 2400         Ty->castAs<RecordType>()->getDecl()->isParamDestroyedInCallee()) {
tools/clang/lib/Sema/SemaChecking.cpp
13086             ClassDecl->isParamDestroyedInCallee()) {
tools/clang/lib/Serialization/ASTWriter.cpp
 5318         Record.push_back(RD->isParamDestroyedInCallee());
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  482   Record.push_back(D->isParamDestroyedInCallee());