Home
last modified time | relevance | path

Searched defs:LocDeclsTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h174 using LocDeclsTy = SmallVector<std::pair<unsigned, Decl *>, 64>; variable
/external/clang/include/clang/Frontend/
DASTUnit.h148 typedef SmallVector<std::pair<unsigned, Decl *>, 64> LocDeclsTy; typedef