Searched defs:FoundDecls (Results  1 – 2 of 2) sorted by relevance
| /external/clang/lib/AST/ | 
| D | ASTImporter.cpp | 2479     SmallVector<NamedDecl *, 2> FoundDecls;  in VisitNamespaceDecl()  local2545     SmallVector<NamedDecl *, 2> FoundDecls;  in VisitTypedefNameDecl()  local
 2661     SmallVector<NamedDecl *, 2> FoundDecls;  in VisitEnumDecl()  local
 2750     SmallVector<NamedDecl *, 2> FoundDecls;  in VisitRecordDecl()  local
 2899     SmallVector<NamedDecl *, 2> FoundDecls;  in VisitEnumConstantDecl()  local
 2954     SmallVector<NamedDecl *, 2> FoundDecls;  in VisitFunctionDecl()  local
 3184   SmallVector<NamedDecl *, 2> FoundDecls;  in VisitFieldDecl()  local
 3248   SmallVector<NamedDecl *, 2> FoundDecls;  in VisitIndirectFieldDecl()  local
 3318   SmallVector<NamedDecl *, 2> FoundDecls;  in VisitObjCIvarDecl()  local
 3376     SmallVector<NamedDecl *, 2> FoundDecls;  in VisitVarDecl()  local
 [all …]
 
 | 
| /external/clang/unittests/AST/ | 
| D | ASTImporterTest.cpp | 84   SmallVector<NamedDecl *, 4> FoundDecls;  in testImport()  local
 |