Searched refs:ArgTDecl (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp62 TemplateDecl *ArgTDecl = TName.getAsTemplateDecl(); local
63 // ArgTDecl won't be NULL because we asserted that this isn't a
65 assert(ArgTDecl != nullptr);
80 Ctx, ArgTDecl, true, WithGlobalNsPrefix);
84 /*TemplateKeyword=*/false, ArgTDecl);

Completed in 66 milliseconds