Searched defs:handleDeclName (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/gcmole/
H A Dgcmole.cc205 static bool IsHandleType(const clang::DeclarationName& handleDeclName, argument
214 if (decl->getTemplatedDecl()->getDeclName() == handleDeclName) {
222 if (t->getSpecializedTemplate()->getDeclName() == handleDeclName) {
235 ExpressionClassifier(clang::DeclarationName handleDeclName, argument
238 : handleDeclName_(handleDeclName),

Completed in 34 milliseconds