Searched defs:computation (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp159 static bool hasExplicitVisibilityAlready(LVComputationKind computation) { argument
239 getLVForType(const Type &T, LVComputationKind computation) argument
249 getLVForTemplateParameterList( const TemplateParameterList *Params, LVComputationKind computation) argument
319 getLVForTemplateArgumentList(ArrayRef<TemplateArgument> Args, LVComputationKind computation) argument
363 getLVForTemplateArgumentList(const TemplateArgumentList &TArgs, LVComputationKind computation) argument
387 mergeTemplateLV( LinkageInfo &LV, const FunctionDecl *fn, const FunctionTemplateSpecializationInfo *specInfo, LVComputationKind computation) argument
408 hasDirectVisibilityAttribute(const NamedDecl *D, LVComputationKind computation) argument
419 shouldConsiderTemplateVisibility( const ClassTemplateSpecializationDecl *spec, LVComputationKind computation) argument
455 mergeTemplateLV( LinkageInfo &LV, const ClassTemplateSpecializationDecl *spec, LVComputationKind computation) argument
483 shouldConsiderTemplateVisibility( const VarTemplateSpecializationDecl *spec, LVComputationKind computation) argument
507 mergeTemplateLV(LinkageInfo &LV, const VarTemplateSpecializationDecl *spec, LVComputationKind computation) argument
627 getLVForNamespaceScopeDecl(const NamedDecl *D, LVComputationKind computation, bool IgnoreVarTypeLinkage) argument
917 getLVForClassMember(const NamedDecl *D, LVComputationKind computation, bool IgnoreVarTypeLinkage) argument
1190 getLVForClosure(const DeclContext *DC, Decl *ContextDecl, LVComputationKind computation) argument
1224 getLVForLocalDecl(const NamedDecl *D, LVComputationKind computation) argument
1325 computeLVForDecl(const NamedDecl *D, LVComputationKind computation, bool IgnoreVarTypeLinkage) argument
1433 getLVForDecl(const NamedDecl *D, LVComputationKind computation) argument
[all...]

Completed in 66 milliseconds