Home
last modified time | relevance | path

Searched refs:AddParenthesizedListInitStep (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1386 void AddParenthesizedListInitStep(QualType T);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4166 void InitializationSequence::AddParenthesizedListInitStep(QualType T) { in AddParenthesizedListInitStep() function in InitializationSequence
6061 Sequence.AddParenthesizedListInitStep(Entity.getType()); in TryOrBuildParenListInitialization()