Home
last modified time | relevance | path

Searched refs:takeFrom (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp92 void AttributePool::takeFrom(ParsedAttributesView &List, AttributePool &Pool) { in takeFrom() function in AttributePool
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h733 void takeFrom(ParsedAttributesView &List, AttributePool &Pool);
H A DDeclSpec.h2373 getAttributePool().takeFrom(DeclTypeInfo.back().getAttrs(), OtherPool); in AddTypeInfo()