Home
last modified time | relevance | path

Searched refs:ParsingTemplateArgs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h283 Init *ParseDeclaration(Record *CurRec, bool ParsingTemplateArgs);
H A DTGParser.cpp3244 bool ParsingTemplateArgs) { in ParseDeclaration() argument
3262 if (!ParsingTemplateArgs && CurScope->varAlreadyDefined(Str)) { in ParseDeclaration()
3272 if (!ParsingTemplateArgs) { // def, possibly in a multiclass in ParseDeclaration()