Searched defs:Parm (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h85 bool isMutated(const ParmVarDecl *Parm) { argument
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp384 ParmVarDecl *Parm = local
H A DSemaLookup.cpp875 ParmVarDecl *Parm = ParmVarDecl::Create( local
H A DSemaTemplateInstantiate.cpp833 NamedDecl *Parm = cast<NamedDecl>(Active->Entity); local
H A DSemaTemplateInstantiateDecl.cpp4450 ParmVarDecl *Parm = local
H A DSemaStmt.cpp4196 ActOnObjCAtCatchStmt(SourceLocation AtLoc, SourceLocation RParen, Decl *Parm, Stmt *Body) argument
H A DSemaDeclAttr.cpp6059 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; local
6086 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; local
H A DSemaExpr.cpp6695 ParmVarDecl *Parm = local
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp569 const auto *Parm = Nodes.getNodeAs<ParmVarDecl>("parm"); local
618 FunctionParmMutationAnalyzer::findMutation(const ParmVarDecl *Parm) { argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h335 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Parm, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *messageExpr, Syntax syntaxUsed, SourceLocation strict, const Expr *replacementExpr) argument
H A DInitialization.h267 InitializeParameter(ASTContext &Context, ParmVarDecl *Parm, QualType Type) { argument
259 InitializeParameter(ASTContext &Context, ParmVarDecl *Parm) argument
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp253 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); variable
1056 const ParmVarDecl *Parm = local
1545 mangleTemplateArg(const TemplateDecl *TD, const TemplateArgument &TA, const NamedDecl *Parm) argument
[all...]
H A DItaniumMangle.cpp176 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); variable
[all...]
H A DASTContext.cpp667 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &C, TemplateTemplateParmDecl *Parm) argument
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h1504 setInheritedDefaultArgument(const ASTContext &C, NonTypeTemplateParmDecl *Parm) argument
H A DASTContext.h312 TemplateTemplateParmDecl *Parm; member in class:clang::ASTContext::CanonicalTemplateTemplateParm
315 CanonicalTemplateTemplateParm(TemplateTemplateParmDecl *Parm) argument

Completed in 811 milliseconds