Searched defs:newAttr (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | ParsedAttr.h | 825 addAtEnd(ParsedAttr * newAttr) addAtEnd() argument |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclAttr.cpp | 2945 Attr *newAttr; handleVisibilityAttr() local |
H A D | SemaDecl.cpp | 3421 InheritableAttr *newAttr = mergeParamDeclAttributes() local |
H A D | TreeTransform.h | 7082 const Attr *newAttr = oldAttr ? getDerived().TransformAttr(oldAttr) : nullptr; TransformAttributedType() local |