Home
last modified time | relevance | path

Searched refs:DirectiveStructure (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp77 auto DirectiveStructure = DirectiveTree::parse(RawStream); in lexAndPreprocess() local
78 chooseConditionalBranches(DirectiveStructure, RawStream); in lexAndPreprocess()
80 cook(DirectiveStructure.stripDirectives(RawStream), LangOpts); in lexAndPreprocess()
109 auto DirectiveStructure = DirectiveTree::parse(RawStream); in preprocess() local
110 chooseConditionalBranches(DirectiveStructure, RawStream); in preprocess()
112 cook(DirectiveStructure.stripDirectives(RawStream), LangOpts)); in preprocess()
/llvm-project-15.0.7/clang-tools-extra/pseudo/fuzzer/
H A DFuzzer.cpp36 auto DirectiveStructure = DirectiveTree::parse(RawStream); in operator ()() local
37 clang::pseudo::chooseConditionalBranches(DirectiveStructure, RawStream); in operator ()()
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DClangPseudo.cpp114 auto DirectiveStructure = clang::pseudo::DirectiveTree::parse(*RawStream); in main() local
115 clang::pseudo::chooseConditionalBranches(DirectiveStructure, *RawStream); in main()
119 Preprocessed = DirectiveStructure.stripDirectives(*Stream); in main()
128 llvm::outs() << DirectiveStructure; in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticSelection.cpp184 auto DirectiveStructure = clang::pseudo::DirectiveTree::parse(OrigStream); in getFoldingRanges() local
185 clang::pseudo::chooseConditionalBranches(DirectiveStructure, OrigStream); in getFoldingRanges()
188 auto Preprocessed = DirectiveStructure.stripDirectives(OrigStream); in getFoldingRanges()