Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetCXXABI.h234 bool canKeyFunctionBeInline() const { in canKeyFunctionBeInline() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2276 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline(); in computeKeyFunction()
H A DASTContext.cpp10917 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in DeclMustBeEmitted()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14605 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in ActOnFinishFunctionBody()