Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetCXXABI.h238 bool canKeyFunctionBeInline() const { in canKeyFunctionBeInline() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDRecordLayoutBuilder.cpp2353 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline(); in computeKeyFunction()
HDASTContext.cpp12363 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in DeclMustBeEmitted()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp16041 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in ActOnFinishFunctionBody()