Searched refs:hasParsedAttr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 5789 static bool hasParsedAttr(Scope *S, const AttributeList *AttrList, in hasParsedAttr() function 5797 static bool hasParsedAttr(Scope *S, const Declarator &PD, in hasParsedAttr() function 5800 if (hasParsedAttr(S, PD.getDeclSpec().getAttributes().getList(), Kind)) in hasParsedAttr() 5806 if (hasParsedAttr(S, PD.getTypeObject(I).getAttrs(), Kind)) in hasParsedAttr() 5811 return hasParsedAttr(S, PD.getAttributes(), Kind); in hasParsedAttr() 5873 hasParsedAttr(S, D, AttributeList::AT_DLLImport) && in ActOnVariableDeclarator() 5874 !hasParsedAttr(S, D, AttributeList::AT_DLLExport)) in ActOnVariableDeclarator()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDecl.cpp | 6670 static bool hasParsedAttr(Scope *S, const Declarator &PD, in hasParsedAttr() function 6849 hasParsedAttr(S, D, ParsedAttr::AT_DLLImport) && in ActOnVariableDeclarator() 6850 !hasParsedAttr(S, D, ParsedAttr::AT_DLLExport)) in ActOnVariableDeclarator()
|