Searched defs:FoundDecls (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 2278 SmallVector<NamedDecl *, 2> FoundDecls; in VisitNamespaceDecl() local 2341 SmallVector<NamedDecl *, 2> FoundDecls; in VisitTypedefNameDecl() local 2421 SmallVector<NamedDecl *, 2> FoundDecls; in VisitEnumDecl() local 2507 SmallVector<NamedDecl *, 2> FoundDecls; in VisitRecordDecl() local 2629 SmallVector<NamedDecl *, 2> FoundDecls; in VisitEnumConstantDecl() local 2681 SmallVector<NamedDecl *, 2> FoundDecls; in VisitFunctionDecl() local 2884 SmallVector<NamedDecl *, 2> FoundDecls; in VisitFieldDecl() local 2940 SmallVector<NamedDecl *, 2> FoundDecls; in VisitIndirectFieldDecl() local 3007 SmallVector<NamedDecl *, 2> FoundDecls; in VisitObjCIvarDecl() local 3062 SmallVector<NamedDecl *, 2> FoundDecls; in VisitVarDecl() local [all …]
|