Home
last modified time | relevance | path

Searched defs:newAttr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h848 void addAtEnd(ParsedAttr *newAttr) { in addAtEnd()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2592 Attr *newAttr; in handleVisibilityAttr() local
H A DSemaDecl.cpp3278 InheritableAttr *newAttr = in mergeParamDeclAttributes() local
H A DTreeTransform.h7337 const Attr *newAttr = oldAttr ? getDerived().TransformAttr(oldAttr) : nullptr; in TransformAttributedType() local