Home
last modified time | relevance | path

Searched refs:chooseConditionalBranches (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp78 chooseConditionalBranches(DirectiveStructure, RawStream); in lexAndPreprocess()
110 chooseConditionalBranches(DirectiveStructure, RawStream); in preprocess()
/llvm-project-15.0.7/clang-tools-extra/pseudo/fuzzer/
H A DFuzzer.cpp37 clang::pseudo::chooseConditionalBranches(DirectiveStructure, RawStream); in operator ()()
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp308 chooseConditionalBranches(Tree, S); in TEST()
342 chooseConditionalBranches(Tree, S); in TEST()
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/
H A DDirectiveTree.h125 void chooseConditionalBranches(DirectiveTree &, const TokenStream &Code);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticSelection.cpp185 clang::pseudo::chooseConditionalBranches(DirectiveStructure, OrigStream); in getFoldingRanges()
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DClangPseudo.cpp115 clang::pseudo::chooseConditionalBranches(DirectiveStructure, *RawStream); in main()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp346 void chooseConditionalBranches(DirectiveTree &Tree, const TokenStream &Code) { in chooseConditionalBranches() function