Home
last modified time | relevance | path

Searched refs:Included (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/utils/kate/
H A DREADME3 These are syntax highlighting files for the Kate editor. Included are:
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.cpp323 auto Included = [&](llvm::StringRef Header) { in shouldInsertInclude() local
326 return !Included(DeclaringHeader) && !Included(InsertedHeader.File); in shouldInsertInclude()
/llvm-project-15.0.7/llvm/utils/jedit/
H A DREADME3 These are syntax highlighting files for the jEdit editor. Included are:
/llvm-project-15.0.7/llvm/utils/emacs/
H A DREADME3 These are syntax highlighting files for the Emacs and XEmacs editors. Included
/llvm-project-15.0.7/llvm/tools/llvm-mt/
H A DOpts.td13 …], "nologo">, HelpText<"No effect as this tool never writes copyright data. Included for parity">;
/llvm-project-15.0.7/clang/test/Modules/
H A Ddouble-quotes.m35 // CHECK: #import "B.h" // Included from Z.h & A.h
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackEnds.rst127 **Usage**: Included directly into ``InstPrinter/<Target>InstPrinter.cpp``.
161 **Usage**: Included directly into ``<Target>AsmPrinter.cpp``.
182 **Usage**: Included in ``<Target>ISelDAGToDAG.cpp`` inside the target's
196 **Usage**: Included directly on ``<Target>InstrInfo.cpp``.
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp217 DenseSet<BasicBlock *> &Included) { in replaceTargetsFromPHINode() argument
224 if (!Included.contains(Incoming)) in replaceTargetsFromPHINode()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1059 CXString Included = clang_getFileName(File); in PrintCursor() local
1060 const char *IncludedString = clang_getCString(Included); in PrintCursor()
1062 clang_disposeString(Included); in PrintCursor()