Searched refs:Included (Results 1 – 9 of 9) sorted by relevance
3 These are syntax highlighting files for the Kate editor. Included are:
323 auto Included = [&](llvm::StringRef Header) { in shouldInsertInclude() local326 return !Included(DeclaringHeader) && !Included(InsertedHeader.File); in shouldInsertInclude()
3 These are syntax highlighting files for the jEdit editor. Included are:
3 These are syntax highlighting files for the Emacs and XEmacs editors. Included
13 …], "nologo">, HelpText<"No effect as this tool never writes copyright data. Included for parity">;
35 // CHECK: #import "B.h" // Included from Z.h & A.h
127 **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's196 **Usage**: Included directly on ``<Target>InstrInfo.cpp``.
217 DenseSet<BasicBlock *> &Included) { in replaceTargetsFromPHINode() argument224 if (!Included.contains(Incoming)) in replaceTargetsFromPHINode()
1059 CXString Included = clang_getFileName(File); in PrintCursor() local1060 const char *IncludedString = clang_getCString(Included); in PrintCursor()1062 clang_disposeString(Included); in PrintCursor()