Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2012 if (const auto *CSA = D->getAttr<CodeSegAttr>()) in setNonAliasAttributes() local
2104 if (const auto *CSA = FD->getAttr<CodeSegAttr>()) in SetFunctionAttributes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3105 if (CodeSegAttr *CSA = S.mergeCodeSegAttr(D, AL, Str)) in handleCodeSegAttr() local
H A DSemaDecl.cpp2583 else if (const auto *CSA = dyn_cast<CodeSegAttr>(Attr)) in mergeDeclAttribute() local