HomeSort by: relevance | last modified time | path
    Searched refs:canKeyFunctionBeInline (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetCXXABI.h 234 bool canKeyFunctionBeInline() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 2276 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline();
ASTContext.cpp 10917 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 14605 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) {

Completed in 72 milliseconds