Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1385 void AddParenthesizedListInitStep(QualType T);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4084 void InitializationSequence::AddParenthesizedListInitStep(QualType T) { in AddParenthesizedListInitStep() function in InitializationSequence
5794 Sequence.AddParenthesizedListInitStep(Entity.getType()); in TryOrBuildParenListInitialization()