Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1925 void setNonKeyFunction(const CXXMethodDecl *method);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h2512 void setNonKeyFunction(const CXXMethodDecl *method);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h2486 void setNonKeyFunction(const CXXMethodDecl *method);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h2486 void setNonKeyFunction(const CXXMethodDecl *method);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h2472 void setNonKeyFunction(const CXXMethodDecl *method);
/aosp_15_r20/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3033 void ASTContext::setNonKeyFunction(const CXXMethodDecl *Method) { in setNonKeyFunction() function in ASTContext
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDecl.cpp11565 Context.setNonKeyFunction(MD); in ActOnFinishFunctionBody()