Home
last modified time | relevance | path

Searched refs:emitLastNodeInvocation (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp95 void emitLastNodeInvocation(TypeNode lastType);
173 emitLastNodeInvocation(lastType); in emitNodeInvocations()
176 void TypeNodeEmitter::emitLastNodeInvocation(TypeNode type) { in emitLastNodeInvocation() function in TypeNodeEmitter