Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h41 class ImplicitParamDecl; variable
/llvm-project/clang/include/clang/AST/
H A DDecl.h1041 friend class ImplicitParamDecl; global() variable
1733 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, ImplicitParamDecl() function
1742 ImplicitParamDecl(ASTContext &C, QualType Type, ImplicitParamKind ParamKind) ImplicitParamDecl() function
4707 numTrailingObjects(OverloadToken<ImplicitParamDecl>) numTrailingObjects() argument
[all...]
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h48 class ImplicitParamDecl; variable