Searched refs:getLVForType (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | Linkage.h | 138 LinkageInfo getLVForType(const Type &T, LVComputationKind computation);
|
D | Decl.cpp | 239 LinkageInfo LinkageComputer::getLVForType(const Type &T, in getLVForType() function in LinkageComputer 266 LV.merge(getLVForType(*NTTP->getType(), computation)); in getLVForTemplateParameterList() 331 LV.merge(getLVForType(*Arg.getAsType(), computation)); in getLVForTemplateArgumentList() 785 LinkageInfo TypeLV = getLVForType(*Var->getType(), computation); in getLVForNamespaceScopeDecl() 1021 LinkageInfo typeLV = getLVForType(*VD->getType(), computation); in getLVForClassMember() 1403 LinkageInfo LV = getLVForType(*TPO->getType(), computation); in computeLVForDecl()
|
D | APValue.cpp | 1085 if (MergeLV(getLVForType(*TI.getType(), computation))) in getLVForValue()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 233 getLVForType(const Type &T, LVComputationKind computation) { in getLVForType() function 260 LV.merge(getLVForType(*NTTP->getType(), computation)); in getLVForTemplateParameterList() 328 LV.merge(getLVForType(*Arg.getAsType(), computation)); in getLVForTemplateArgumentList() 722 LinkageInfo TypeLV = getLVForType(*Var->getType(), computation); in getLVForNamespaceScopeDecl() 959 LinkageInfo typeLV = getLVForType(*VD->getType(), computation); in getLVForClassMember()
|