Home
last modified time | relevance | path

Searched refs:isParamDestroyedInCallee (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp2473 Ty->castAs<RecordType>()->getDecl()->isParamDestroyedInCallee()) { in EmitParmDecl()
DCGCall.cpp3516 type->castAs<RecordType>()->getDecl()->isParamDestroyedInCallee() && in EmitDelegateCallArg()
3998 type->castAs<RecordType>()->getDecl()->isParamDestroyedInCallee()) { in EmitCallArg()
/external/llvm-project/clang/include/clang/AST/
DDecl.h3962 bool isParamDestroyedInCallee() const { in isParamDestroyedInCallee() function
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp487 Record.push_back(D->isParamDestroyedInCallee()); in VisitRecordDecl()
DASTWriter.cpp5000 Record.push_back(RD->isParamDestroyedInCallee()); in WriteDeclUpdatesBlocks()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp13896 ClassDecl->isParamDestroyedInCallee()) { in CheckParmsForFunctionDef()