Home
last modified time | relevance | path

Searched refs:ActOnDecompositionDeclarator (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Sema/
DSema.h2522 ActOnDecompositionDeclarator(Scope *S, Declarator &D,
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp713 Sema::ActOnDecompositionDeclarator(Scope *S, Declarator &D, in ActOnDecompositionDeclarator() function in Sema
DSemaDecl.cpp5689 return ActOnDecompositionDeclarator(S, D, TemplateParamLists); in HandleDeclarator()