Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp364 TypeAliases[CanonicalType].insert(DeclNode); in VisitTypedefNameDecl()
719 for (const TypedefNameDecl *Alias : TypeAliases.lookup(CanonicalType)) { in typeHasMatchingAlias()
751 llvm::DenseMap<const Type*, std::set<const TypedefNameDecl*> > TypeAliases; member in clang::ast_matchers::internal::__anon018ced360111::MatchASTVisitor
/external/clang/unittests/Format/
DFormatTestJS.cpp1016 TEST_F(FormatTestJS, TypeAliases) { in TEST_F() argument