Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h41 class ImplicitParamDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h959 friend class ImplicitParamDecl; variable
1606 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() function
1615 ImplicitParamDecl(ASTContext &C, QualType Type, ImplicitParamKind ParamKind) in ImplicitParamDecl() function
4308 size_t numTrailingObjects(OverloadToken<ImplicitParamDecl>) { in numTrailingObjects()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h48 class ImplicitParamDecl; variable