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

/external/clang/lib/AST/
H A DDecl.cpp391 LinkageInfo argsLV = getLVForTemplateArgumentList(templateArgs, computation); local
392 LV.mergeMaybeWithVisibility(argsLV, considerVisibility);
472 LinkageInfo argsLV = getLVForTemplateArgumentList(templateArgs, computation); local
474 LV.mergeVisibility(argsLV);
475 LV.mergeExternalVisibility(argsLV);

Completed in 56 milliseconds