Home
last modified time | relevance | path

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

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