Home
last modified time | relevance | path

Searched refs:setNonKeyFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2555 void setNonKeyFunction(const CXXMethodDecl *method);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3454 void ASTContext::setNonKeyFunction(const CXXMethodDecl *Method) { in setNonKeyFunction() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16042 Context.setNonKeyFunction(MD); in ActOnFinishFunctionBody()