|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/include/clang/AST/ASTNodeTraverser.h 238 for (const auto &TP : *TPL)
tools/clang/include/clang/AST/DeclTemplate.h 121 const_iterator end() const { return begin() + NumParams; }
129 return llvm::makeArrayRef(begin(), size());
138 return begin()[Idx];
tools/clang/lib/AST/ASTContext.cpp 4474 for (NamedDecl *Param : *Params)
tools/clang/lib/AST/ASTImporter.cpp 634 InContainer.begin(), InContainer.end(), OutContainer.begin());
tools/clang/lib/AST/Decl.cpp 251 for (const NamedDecl *P : *Params) {
tools/clang/lib/AST/DeclPrinter.cpp 1037 for (const Decl *Param : *Params) {
tools/clang/lib/Index/IndexDecl.cpp 678 for (const NamedDecl *TP : *Params) {
tools/clang/lib/Index/USRGeneration.cpp 900 for (TemplateParameterList::const_iterator P = Params->begin(),
tools/clang/lib/Serialization/ASTWriter.cpp 6076 for (const auto &P : *TemplateParams)
tools/clang/tools/extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp 118 if (!std::count(Params->begin(), Params->end(), TypeParmDecl))
tools/clang/tools/extra/clangd/XRefs.cpp 522 for (const Decl *Param : *Params) {
tools/clang/tools/libclang/CIndex.cpp 1412 for (TemplateParameterList::const_iterator P = Params->begin(),
usr/include/c++/7.4.0/bits/range_access.h 48 begin(_Container& __cont) -> decltype(__cont.begin())
58 begin(const _Container& __cont) -> decltype(__cont.begin())
59 { return __cont.begin(); }