Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp95 void emitLastNodeInvocation(TypeNode lastType);
138 TypeNode lastType; in emitNodeInvocations() local
170 lastType = type; in emitNodeInvocations()
173 emitLastNodeInvocation(lastType); in emitNodeInvocations()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3214 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()