Home
last modified time | relevance | path

Searched defs:ImplicitParamDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h41 class ImplicitParamDecl; variable
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h985 friend class ImplicitParamDecl; variable
1652 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() function
1661 ImplicitParamDecl(ASTContext &C, QualType Type, ImplicitParamKind ParamKind) in ImplicitParamDecl() function
4413 size_t numTrailingObjects(OverloadToken<ImplicitParamDecl>) { in numTrailingObjects()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h48 class ImplicitParamDecl; variable