Searched defs:PatternDecl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 4542 addInstantiatedLocalVarsToScope(FunctionDecl * Function,const FunctionDecl * PatternDecl,LocalInstantiationScope & Scope) addInstantiatedLocalVarsToScope() argument 4570 addInstantiatedParametersToScope(FunctionDecl * Function,const FunctionDecl * PatternDecl,LocalInstantiationScope & Scope,const MultiLevelTemplateArgumentList & TemplateArgs) addInstantiatedParametersToScope() argument 4905 const FunctionDecl *PatternDecl = Function->getTemplateInstantiationPattern(); InstantiateFunctionDefinition() local 5248 CompleteVarTemplateSpecializationDecl(VarTemplateSpecializationDecl * VarSpec,VarDecl * PatternDecl,const MultiLevelTemplateArgumentList & TemplateArgs) CompleteVarTemplateSpecializationDecl() argument 5487 VarDecl *PatternDecl = Var->getTemplateInstantiationPattern(); InstantiateVariableDefinition() local [all...] |
H A D | SemaConcept.cpp | 551 addInstantiatedCapturesToScope(FunctionDecl * Function,const FunctionDecl * PatternDecl,LocalInstantiationScope & Scope,const MultiLevelTemplateArgumentList & TemplateArgs) addInstantiatedCapturesToScope() argument
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 1059 PatternDecl(SMRange loc, const Name *name, std::optional<uint16_t> benefit, in PatternDecl() function
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4079 const FunctionDecl *PatternDecl = getTemplateInstantiationPattern(); isImplicitlyInstantiable() local
|