Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1925 void setNonKeyFunction(const CXXMethodDecl *method);
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp3033 void ASTContext::setNonKeyFunction(const CXXMethodDecl *Method) { in setNonKeyFunction() function in ASTContext
/external/clang/lib/Sema/
DSemaDecl.cpp11565 Context.setNonKeyFunction(MD); in ActOnFinishFunctionBody()