Home
last modified time | relevance | path

Searched defs:Pragmas (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DFindSymbols.cpp529 while (!Pragmas.empty()) { in mergePragmas() argument
637 Pragmas.reserve(PragmaMarks.size()); in collectDocSymbols() local
[all...]
H A DPreamble.h111 std::shared_ptr<const include_cleaner::PragmaIncludes> Pragmas; global() member
H A DPreamble.cpp218 include_cleaner::PragmaIncludes Pragmas; member in clang::clangd::__anon0b7b15160111::CppFilePreambleCallbacks
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTokensTest.cpp1139 TEST_F(TokenCollectorTest, Pragmas) { in TEST_F() argument
/llvm-project/clang/unittests/Format/
H A DFormatTestComments.cpp727 FormatStyle Pragmas = getLLVMStyleWithColumns(30); TEST_F() local