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

/external/clang/include/clang/Sema/
H A DDeclSpec.h688 AttributePool &getAttributePool() const { function in class:clang::DeclSpec
1593 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr),
1611 AttributePool &getAttributePool() const { function in class:clang::Declarator
1859 getAttributePool().takeAllFrom(attrs.getPool());
/external/clang/lib/Parse/
H A DParseObjc.cpp880 attrs.getPool().takeAllFrom(D.getAttributePool());
881 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool());
/external/clang/lib/Sema/
H A DSemaType.cpp3314 AttributeList *attr = D.getAttributePool()

Completed in 299 milliseconds