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

/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp36 static std::string macroName(std::string S) { function in class:__anon3258::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/clang/lib/Sema/
H A DSemaObjCProperty.cpp2017 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); local
2018 if (!macroName.empty())
2019 spelling = macroName;
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/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/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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 182 milliseconds