Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h238 bool canKeyFunctionBeInline() const { in canKeyFunctionBeInline() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2353 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline(); in computeKeyFunction()
H A DASTContext.cpp12363 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16041 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in ActOnFinishFunctionBody()