Home
last modified time | relevance | path

Searched refs:DefaultFunctionAttrs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h352 std::vector<std::string> DefaultFunctionAttrs; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1861 for (StringRef Attr : CodeGenOpts.DefaultFunctionAttrs) { in getDefaultFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4745 MarshallingInfoStringVector<CodeGenOpts<"DefaultFunctionAttrs">>;