Home
last modified time | relevance | path

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

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