Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1492 ArrayRef<NamedDecl *> getDeclsInPrototype() const { in getDeclsInPrototype() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp9891 for (NamedDecl *NonParmDecl : FTI.getDeclsInPrototype()) { in ActOnFunctionDeclarator()