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

/external/clang/include/clang/Sema/
H A DSemaInternal.h79 inline InheritableAttr *getDLLAttr(Decl *D) { function in namespace:clang
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1304 if (getDLLAttr(
1319 if (Attr *SpecializationAttr = getDLLAttr(BaseTemplateSpec)) {
1418 if (Attr *ClassAttr = getDLLAttr(Class)) {
4414 Attr *ClassAttr = getDLLAttr(Class);
4445 if (InheritableAttr *MemberAttr = getDLLAttr(Member)) {
12145 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) {
H A DSemaDecl.cpp9224 if (Attr *A = getDLLAttr(FD)) {

Completed in 201 milliseconds