Home
last modified time | relevance | path

Searched defs:HasDefaultArg (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3173 bool HasDefaultArg = false; AddTemplateParameterChunks() local
3602 bool HasDefaultArg = false; createCodeCompletionStringForDecl() local
[all...]
H A DSemaTemplateDeduction.cpp2820 bool HasDefaultArg = false; ConvertDeducedTemplateArguments() local
H A DSemaTemplate.cpp5600 SubstDefaultTemplateArgumentIfAvailable(TemplateDecl * Template,SourceLocation TemplateLoc,SourceLocation RAngleLoc,Decl * Param,ArrayRef<TemplateArgument> SugaredConverted,ArrayRef<TemplateArgument> CanonicalConverted,bool & HasDefaultArg) SubstDefaultTemplateArgumentIfAvailable() argument