Searched refs:DeclApplyPragmaWeak (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 6064 void Sema::DeclApplyPragmaWeak(Scope *S, NamedDecl *ND, WeakInfo &W) { in DeclApplyPragmaWeak() function in Sema 6104 DeclApplyPragmaWeak(S, ND, W); in ProcessPragmaWeak()
|
D | SemaDecl.cpp | 15228 DeclApplyPragmaWeak(TUScope, ND, W); in ActOnPragmaWeakAlias()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 8293 void Sema::DeclApplyPragmaWeak(Scope *S, NamedDecl *ND, WeakInfo &W) { in DeclApplyPragmaWeak() function in Sema 8335 DeclApplyPragmaWeak(S, ND, W); in ProcessPragmaWeak()
|
D | SemaDecl.cpp | 18299 DeclApplyPragmaWeak(TUScope, ND, W); in ActOnPragmaWeakAlias()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7798 void DeclApplyPragmaWeak(Scope *S, NamedDecl *ND, WeakInfo &W);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9811 void DeclApplyPragmaWeak(Scope *S, NamedDecl *ND, WeakInfo &W);
|