Home
last modified time | relevance | path

Searched refs:WhitespaceSensitiveMacros (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/Format/
DFormat.cpp644 Style.WhitespaceSensitiveMacros); in mapping()
986 LLVMStyle.WhitespaceSensitiveMacros.push_back("STRINGIZE"); in getLLVMStyle()
987 LLVMStyle.WhitespaceSensitiveMacros.push_back("PP_STRINGIZE"); in getLLVMStyle()
988 LLVMStyle.WhitespaceSensitiveMacros.push_back("BOOST_PP_STRINGIZE"); in getLLVMStyle()
989 LLVMStyle.WhitespaceSensitiveMacros.push_back("NS_SWIFT_NAME"); in getLLVMStyle()
990 LLVMStyle.WhitespaceSensitiveMacros.push_back("CF_SWIFT_NAME"); in getLLVMStyle()
DFormatTokenLexer.cpp51 Style.WhitespaceSensitiveMacros) {
/external/llvm-project/clang/include/clang/Format/
DFormat.h1471 std::vector<std::string> WhitespaceSensitiveMacros; member
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14514 Style.WhitespaceSensitiveMacros.clear(); in TEST_F()
14516 WhitespaceSensitiveMacros, std::vector<std::string>{"STRINGIZE"}); in TEST_F()
14518 WhitespaceSensitiveMacros, in TEST_F()
14520 Style.WhitespaceSensitiveMacros.clear(); in TEST_F()
14522 WhitespaceSensitiveMacros, std::vector<std::string>{"STRINGIZE"}); in TEST_F()
14524 WhitespaceSensitiveMacros, in TEST_F()
17087 TEST_F(FormatTest, WhitespaceSensitiveMacros) { in TEST_F() argument
17089 Style.WhitespaceSensitiveMacros.push_back("FOO"); in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2863 **WhitespaceSensitiveMacros** (``std::vector<std::string>``)
2877 WhitespaceSensitiveMacros: ['STRINGIZE', 'PP_STRINGIZE']