Home
last modified time | relevance | path

Searched refs:getPool (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h1028 AttributePool &getPool() const { return pool; } in getPool() function
1041 Other.getPool().remove(PA); in takeOneFrom()
1043 getPool().add(PA); in takeOneFrom()
H A DDeclSpec.h792 return Attrs.getPool(); in getAttributePool()
1979 return Attrs.getPool(); in getAttributePool()
2278 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp224 I.Fun.MethodQualifiers = new DeclSpec(attrs.getPool().getFactory()); in getFunction()
230 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaDecl.cpp13874 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp422 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1267 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1268 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1484 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()