Searched refs:macroName (Results 1 - 9 of 9) sorted by relevance

/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp36 static std::string macroName(std::string S) { function in class:__anon19554::ClangASTNodesEmitter
76 std::string BaseName = macroName(Base->getName());
89 std::string NodeName = macroName(R->getName());
97 OS << "ABSTRACT_" << macroName(Root.getName()) << "(" << NodeName << "("
125 OS << "LAST_" << macroName(Root.getName()) << "_RANGE(";
127 OS << macroName(Root.getName()) << "_RANGE(";
139 OS << "#ifndef ABSTRACT_" << macroName(Root.getName()) << "\n";
140 OS << "# define ABSTRACT_" << macroName(Root.getName()) << "(Type) Type\n";
143 OS << "#ifndef " << macroName(Root.getName()) << "_RANGE\n";
145 << macroName(Roo
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DInterpretedMacro.java40 private final String macroName; field in class:InterpretedMacro
45 public InterpretedMacro(PCommand command, Template owningTemplate, String macroName, argument
50 this.macroName = macroName;
94 return owningTemplate.getDisplayName() + ":" + macroName;
99 return macroName;
107 throw new JSilverInterpreterException("Too many arguments supplied to macro " + macroName);
H A DTemplateInterpreter.java435 String macroName = makeWord(node.getMacro());
441 throw new JSilverInterpreterException("Invalid name for macro '" + macroName
448 context.registerMacro(macroName, new InterpretedMacro(node.getCommand(), template, macroName,
472 String macroName = makeWord(node.getMacro());
473 Macro macro = context.findMacro(macroName);
478 throw new JSilverInterpreterException("Number of arguments to macro " + macroName + " ("
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java246 private final String macroName; field in class:BaseCompiledTemplate.CompiledMacro
249 protected CompiledMacro(String macroName, String... argumentsNames) { argument
250 this.macroName = macroName;
272 return macroName;
280 throw new JSilverInterpreterException("Too many arguments supplied to macro " + macroName);
300 return BaseCompiledTemplate.this.getDisplayName() + ":" + macroName;
H A DTemplateTranslator.java656 public void parseDefNode(JavaExpression macroName, ADefCommand node) { argument
657 java.startField("Macro", macroName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 237 milliseconds