HomeSort by: relevance | last modified time | path
    Searched defs:Title (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringActionRule.h 26 /// A human readable title for the refactoring.
27 StringRef Title;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 54 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
56 ViewGraph(Graph, Name, IsSimple, Title);
102 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
105 WriteGraph(File, Graph, IsSimple, Title);
132 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
134 ViewGraph(Graph, Name, IsSimple, Title);
164 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
167 WriteGraph(File, Graph, IsSimple, Title);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
InstrDocsEmitter.cpp 63 // Page title.
64 std::string Title = std::string(Target.getName());
65 Title += " Instructions";
66 writeTitle(Title, OS);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CallPrinter.cpp 240 std::string Title =
242 ViewGraph(&CFGInfo, "callgraph", true, Title);
  /src/external/apache2/llvm/dist/llvm/lib/Option/
OptTable.cpp 576 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
578 OS << Title << ":\n";
622 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
624 PrintHelp(OS, Usage, Title, /*Include*/ 0, /*Exclude*/
628 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
631 OS << "OVERVIEW: " << Title << "\n\n";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h 611 IntOrString Title;
640 : Type(CtlType), Title(CtlTitle), ID(CtlID), X(PosX), Y(PosY),

Completed in 30 milliseconds