Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1490 ArrayRef<NamedDecl *> getDeclsInPrototype() const { in getDeclsInPrototype() function
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp9302 for (NamedDecl *NonParmDecl : FTI.getDeclsInPrototype()) { in ActOnFunctionDeclarator()