Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DAnalysisDeclContext.h41 class ImplicitParamDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h985 friend class ImplicitParamDecl; variable
1632 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() function
1641 ImplicitParamDecl(ASTContext &C, QualType Type, ImplicitParamKind ParamKind) in ImplicitParamDecl() function
4334 size_t numTrailingObjects(OverloadToken<ImplicitParamDecl>) { in numTrailingObjects()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h48 class ImplicitParamDecl; variable