Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h736 return Attrs.getPool(); in getAttributePool()
1864 return Attrs.getPool(); in getAttributePool()
2154 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
H A DParsedAttr.h860 AttributePool &getPool() const { return pool; } in getPool() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp211 I.Fun.MethodQualifiers = new DeclSpec(attrs.getPool().getFactory()); in getFunction()
217 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaDecl.cpp11715 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()
11726 ParsedAttributes EmptyAttrs(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1210 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1211 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1431 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()