Searched defs:ParentDeclName (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/modernize/ | ||
H A D | UseUsingCheck.cpp | 25 static constexpr llvm::StringLiteral ParentDeclName = "parent-decl"; global() variable |
/llvm-project/clang/lib/Interpreter/ | ||
H A D | CodeCompletion.cpp | 278 auto ParentDeclName = FindExternalVisibleDeclsByName() local |