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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 688 bool Decl::canBeWeakImported(bool &IsDefinition) const {
719 if (!canBeWeakImported(IsDefinition))
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 712 bool canBeWeakImported(bool &IsDefinition) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 2892 if (!D->canBeWeakImported(isDef)) {

Completed in 30 milliseconds