Home
last modified time | relevance | path

Searched refs:clearListOnly (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h889 void clearListOnly() { AttrList.clear(); } in clearListOnly() function
973 attrs.clearListOnly(); in takeAllFrom()
985 clearListOnly(); in clear()
1083 void clearListOnly() { in clearListOnly() function
1084 ParsedAttributesView::clearListOnly(); in clearListOnly()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2615 Attrs.clearListOnly();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1577 Attrs.clearListOnly(); in HandlePragmaAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp338 getMutableDeclSpec().getAttributes().clearListOnly(); in restoreDeclSpecAttrs()