OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:macroName
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/TableGen/
ClangASTNodesEmitter.h
38
static std::string
macroName
(std::string S) {
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java
40
private final String
macroName
;
45
public InterpretedMacro(PCommand command, Template owningTemplate, String
macroName
,
50
this.
macroName
=
macroName
;
94
return owningTemplate.getDisplayName() + ":" +
macroName
;
99
return
macroName
;
107
throw new JSilverInterpreterException("Too many arguments supplied to macro " +
macroName
);
TemplateInterpreter.java
435
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/
BaseCompiledTemplate.java
246
private final String
macroName
;
249
protected CompiledMacro(String
macroName
, String... argumentsNames) {
250
this.
macroName
=
macroName
;
272
return
macroName
;
280
throw new JSilverInterpreterException("Too many arguments supplied to macro " +
macroName
);
300
return BaseCompiledTemplate.this.getDisplayName() + ":" +
macroName
;
/prebuilt/common/ant/
ant.jar
Completed in 111 milliseconds