Searched defs:CSA (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.cpp | 2697 if (const auto *CSA = D->getAttr<CodeSegAttr>()) setNonAliasAttributes() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclAttr.cpp | 3437 if (CodeSegAttr *CSA = S.mergeCodeSegAttr(D, AL, Str)) handleCodeSegAttr() local |
H A D | SemaDecl.cpp | 2964 else if (const auto *CSA = dyn_cast<CodeSegAttr>(Attr)) mergeDeclAttribute() local |