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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h26 /// Kinds of LV computation. The linkage side of the computation is
57 /// Do an LV computation when we only care about the linkage.
107 LVComputationKind computation);
110 LVComputationKind computation);
114 LVComputationKind computation);
118 LVComputationKind computation);
122 LVComputationKind computation);
125 LVComputationKind computation,
129 LVComputationKind computation,
[all...]
H A DDecl.cpp157 /// Does this computation kind permit us to consider additional
159 static bool hasExplicitVisibilityAlready(LVComputationKind computation) { argument
160 return computation.IgnoreExplicitVisibility;
179 /// visibility computation?
240 LVComputationKind computation) {
241 if (computation.IgnoreAllVisibility)
250 const TemplateParameterList *Params, LVComputationKind computation) {
266 LV.merge(getLVForType(*NTTP->getType(), computation));
287 computation));
295 TTP->getExpansionTemplateParameters(i), computation));
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...]
/freebsd-13-stable/share/mk/
H A Dbsd.compiler.mk141 # Skipping the computation of the unused X_COMPILER_* in the subdirectory
H A Ddirdeps.mk112 # computation with regard to the TARGET_SPECs that will be
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk111 # computation with regard to the TARGET_SPECs that will be

Completed in 107 milliseconds