Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-cxx17.cpp52 struct TheContainer { struct
53 HardWorker<Bingus> m_theOtherInstance;
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h438 VariableNamer(StmtGeneratedVarNameMap * GeneratedDecls,const StmtParentMap * ReverseAST,const clang::Stmt * SourceStmt,const clang::VarDecl * OldIndex,const clang::ValueDecl * TheContainer,const clang::ASTContext * Context,NamingStyle Style) VariableNamer() argument
456 const clang::ValueDecl *TheContainer; global() variable