Home
last modified time | relevance | path

Searched refs:canKeyFunctionBeInline (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetCXXABI.h240 bool canKeyFunctionBeInline() const { in canKeyFunctionBeInline() function
/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2322 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline(); in computeKeyFunction()
H A DASTContext.cpp11601 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in DeclMustBeEmitted()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15223 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in ActOnFinishFunctionBody()