Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetCXXABI.h195 bool canKeyFunctionBeInline() const { in canKeyFunctionBeInline() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DRecordLayoutBuilder.cpp1889 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline(); in computeKeyFunction()
DASTContext.cpp7941 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in DeclMustBeEmitted()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp7564 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in CheckFunctionDeclaration()