Searched refs:canBeWeakImported (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp454 bool Decl::canBeWeakImported(bool &IsDefinition) const { function in class:Decl
486 if (!canBeWeakImported(IsDefinition))
/external/clang/include/clang/AST/
H A DDeclBase.h609 bool canBeWeakImported(bool &IsDefinition) const;
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2168 if (!D->canBeWeakImported(isDef)) {

Completed in 1245 milliseconds