HomeSort by: relevance | last modified time | path
    Searched refs:getAttributePool (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 768 AttributePool &getAttributePool() const {
1901 HasInitializer(false), Attrs(ds.getAttributePool().getFactory()),
1919 AttributePool &getAttributePool() const {
2215 getAttributePool().takeAllFrom(attrs.getPool());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 229 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool());
SemaType.cpp 4758 D.getMutableDeclSpec().getAttributePool())) {
4799 state.getDeclarator().getAttributePool());
4822 state.getDeclarator().getAttributePool());
5387 state.getDeclarator().getAttributePool());
5761 ParsedAttr *attr = D.getAttributePool().create(
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 387 getNullabilityAttr(D.getAttributePool()));
1229 attrs.getPool().takeAllFrom(D.getAttributePool());
1230 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool());

Completed in 37 milliseconds