Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2438 void setNonKeyFunction(const CXXMethodDecl *method);
/openbsd/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3393 void ASTContext::setNonKeyFunction(const CXXMethodDecl *Method) { in setNonKeyFunction() function in ASTContext
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp15657 Context.setNonKeyFunction(MD); in ActOnFinishFunctionBody()