Home
last modified time | relevance | path

Searched defs:NewDecls (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp265 std::vector<std::string> NewDecls = createIsolatedDecls(*PotentialSnippets); in check() local
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1007 void transformedLocalDecl(Decl *Old, ArrayRef<Decl *> NewDecls) { in transformedLocalDecl()
DSemaLookup.cpp4105 llvm::SmallVector<NamedDecl*, 4> NewDecls(TC.begin(), DI); in checkCorrectionVisibility() local
/external/clang/lib/Sema/
DSemaLookup.cpp3785 llvm::SmallVector<NamedDecl*, 4> NewDecls(TC.begin(), DI); in checkCorrectionVisibility() local
/external/clang/lib/AST/
DDecl.cpp2759 void FunctionDecl::setDeclsInPrototypeScope(ArrayRef<NamedDecl *> NewDecls) { in setDeclsInPrototypeScope()