Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp5811 llvm::SmallSet<const IdentifierInfo*, 16> ParamsSoFar; in ParseFunctionDeclaratorIdentifierList() local
5830 if (!ParamsSoFar.insert(ParmII).second) { in ParseFunctionDeclaratorIdentifierList()