Searched defs:EnumConstantDecls (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp3389 SmallVector<Decl *, 32> EnumConstantDecls; local
3423 EnumConstantDecls.push_back(EnumConstDecl);
3458 EnumDecl, EnumConstantDecls.data(),
3459 EnumConstantDecls.size(), getCurScope(),

Completed in 100 milliseconds