HomeSort by relevance Sort by last modified time
    Searched refs:StoredDeclsList (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclContextInternals.h 29 /// StoredDeclsList - This is an array of decls optimized a common case of only
31 struct StoredDeclsList {
41 StoredDeclsList() {}
43 StoredDeclsList(const StoredDeclsList &RHS) : Data(RHS.Data) {
48 ~StoredDeclsList() {
54 StoredDeclsList &operator=(const StoredDeclsList &RHS) {
199 : public llvm::DenseMap<DeclarationName, StoredDeclsList> {
  /external/clang/lib/AST/
DeclBase.cpp 890 StoredDeclsList &List = (*Map)[Name];
907 StoredDeclsList &List = (*Map)[Name];
    [all...]

Completed in 2888 milliseconds