Home
last modified time | relevance | path

Searched defs:CSA (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1754 if (const auto *CSA = D->getAttr<CodeSegAttr>()) in setNonAliasAttributes() local
1845 if (const auto *CSA = FD->getAttr<CodeSegAttr>()) in SetFunctionAttributes() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp3035 if (CodeSegAttr *CSA = S.mergeCodeSegAttr(D, AL, Str)) in handleCodeSegAttr() local
HDSemaDecl.cpp2563 else if (const auto *CSA = dyn_cast<CodeSegAttr>(Attr)) in mergeDeclAttribute() local