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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp402 LinkageInfo argsLV = getLVForTemplateArgumentList(templateArgs, computation); local
403 LV.mergeMaybeWithVisibility(argsLV, considerVisibility);
473 LinkageInfo argsLV = getLVForTemplateArgumentList(templateArgs, computation); local
475 LV.mergeVisibility(argsLV);
476 LV.mergeExternalVisibility(argsLV);
525 LinkageInfo argsLV = getLVForTemplateArgumentList(templateArgs, computation); local
527 LV.mergeVisibility(argsLV);
528 LV.mergeExternalVisibility(argsLV);

Completed in 115 milliseconds