Searched refs:DirectiveStructure (Results 1 – 4 of 4) sorted by relevance
77 auto DirectiveStructure = DirectiveTree::parse(RawStream); in lexAndPreprocess() local78 chooseConditionalBranches(DirectiveStructure, RawStream); in lexAndPreprocess()80 cook(DirectiveStructure.stripDirectives(RawStream), LangOpts); in lexAndPreprocess()109 auto DirectiveStructure = DirectiveTree::parse(RawStream); in preprocess() local110 chooseConditionalBranches(DirectiveStructure, RawStream); in preprocess()112 cook(DirectiveStructure.stripDirectives(RawStream), LangOpts)); in preprocess()
36 auto DirectiveStructure = DirectiveTree::parse(RawStream); in operator ()() local37 clang::pseudo::chooseConditionalBranches(DirectiveStructure, RawStream); in operator ()()
114 auto DirectiveStructure = clang::pseudo::DirectiveTree::parse(*RawStream); in main() local115 clang::pseudo::chooseConditionalBranches(DirectiveStructure, *RawStream); in main()119 Preprocessed = DirectiveStructure.stripDirectives(*Stream); in main()128 llvm::outs() << DirectiveStructure; in main()
184 auto DirectiveStructure = clang::pseudo::DirectiveTree::parse(OrigStream); in getFoldingRanges() local185 clang::pseudo::chooseConditionalBranches(DirectiveStructure, OrigStream); in getFoldingRanges()188 auto Preprocessed = DirectiveStructure.stripDirectives(OrigStream); in getFoldingRanges()