Searched defs:computation (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 160 static bool hasExplicitVisibilityAlready(LVComputationKind computation) { in hasExplicitVisibilityAlready() argument 241 LVComputationKind computation) { in getLVForType() argument 251 const TemplateParameterList *Params, LVComputationKind computation) { in getLVForTemplateParameterList() argument 321 getLVForTemplateArgumentList(ArrayRef<TemplateArgument> Args,LVComputationKind computation) getLVForTemplateArgumentList() argument 369 getLVForTemplateArgumentList(const TemplateArgumentList & TArgs,LVComputationKind computation) getLVForTemplateArgumentList() argument 395 mergeTemplateLV(LinkageInfo & LV,const FunctionDecl * fn,const FunctionTemplateSpecializationInfo * specInfo,LVComputationKind computation) mergeTemplateLV() argument 420 hasDirectVisibilityAttribute(const NamedDecl * D,LVComputationKind computation) hasDirectVisibilityAttribute() argument 432 shouldConsiderTemplateVisibility(const ClassTemplateSpecializationDecl * spec,LVComputationKind computation) shouldConsiderTemplateVisibility() argument 468 mergeTemplateLV(LinkageInfo & LV,const ClassTemplateSpecializationDecl * spec,LVComputationKind computation) mergeTemplateLV() argument 501 shouldConsiderTemplateVisibility(const VarTemplateSpecializationDecl * spec,LVComputationKind computation) shouldConsiderTemplateVisibility() argument 525 mergeTemplateLV(LinkageInfo & LV,const VarTemplateSpecializationDecl * spec,LVComputationKind computation) mergeTemplateLV() argument 610 getLVForNamespaceScopeDecl(const NamedDecl * D,LVComputationKind computation,bool IgnoreVarTypeLinkage) getLVForNamespaceScopeDecl() argument 908 getLVForClassMember(const NamedDecl * D,LVComputationKind computation,bool IgnoreVarTypeLinkage) getLVForClassMember() argument 1310 getLVForClosure(const DeclContext * DC,Decl * ContextDecl,LVComputationKind computation) getLVForClosure() argument 1348 getLVForLocalDecl(const NamedDecl * D,LVComputationKind computation) getLVForLocalDecl() argument 1451 computeLVForDecl(const NamedDecl * D,LVComputationKind computation,bool IgnoreVarTypeLinkage) computeLVForDecl() argument 1569 getLVForDecl(const NamedDecl * D,LVComputationKind computation) getLVForDecl() argument [all...] |
H A D | APValue.cpp | 1113 getLVForValue(const APValue & V,LVComputationKind computation) getLVForValue() argument
|