Home
last modified time | relevance | path

Searched defs:macroName (Results 1 – 11 of 11) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DInterpretedMacro.java40 private final String macroName; field in InterpretedMacro
45 public InterpretedMacro(PCommand command, Template owningTemplate, String macroName, in InterpretedMacro()
DTemplateInterpreter.java435 String macroName = makeWord(node.getMacro()); in caseADefCommand() local
472 String macroName = makeWord(node.getMacro()); in caseACallCommand() local
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DBlockMacro.java91 … public void init(RuntimeServices rs, String macroName, InternalContextAdapter context, Node node) in init()
DRuntimeMacro.java58 private String macroName; field in RuntimeMacro
DVelocimacroProxy.java51 private String macroName; field in VelocimacroProxy
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DBaseCompiledTemplate.java246 private final String macroName; field in BaseCompiledTemplate.CompiledMacro
249 protected CompiledMacro(String macroName, String... argumentsNames) { in CompiledMacro()
DTemplateTranslator.java656 public void parseDefNode(JavaExpression macroName, ADefCommand node) { in parseDefNode()
/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp36 static std::string macroName(std::string S) { in macroName() function in __anon1f45041d0111::ClangASTNodesEmitter
/external/bcc/tests/cc/
Dcatch.hpp835 std::string macroName; member
1905 std::string macroName; member
2057 #define INTERNAL_CATCH_TEST( expr, resultDisposition, macroName ) \ argument
2071 #define INTERNAL_CATCH_IF( expr, resultDisposition, macroName ) \ argument
2076 #define INTERNAL_CATCH_ELSE( expr, resultDisposition, macroName ) \ argument
2081 #define INTERNAL_CATCH_NO_THROW( expr, resultDisposition, macroName ) \ argument
2095 #define INTERNAL_CATCH_THROWS( expr, resultDisposition, matcher, macroName ) \ argument
2112 #define INTERNAL_CATCH_THROWS_AS( expr, exceptionType, resultDisposition, macroName ) \ argument
2133 #define INTERNAL_CATCH_MSG( messageType, resultDisposition, macroName, ... ) \ argument
2141 #define INTERNAL_CATCH_MSG( messageType, resultDisposition, macroName, log ) \ argument
[all …]
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2078 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local
/external/apache-velocity-engine/generated-sources/javacc/org/apache/velocity/runtime/parser/
DStandardParser.java1531 String macroName = jjtn000.jjtGetChild(0).getFirstToken().image; in Directive() local