Searched refs:havetempdecl (Results 1 – 3 of 3) sorted by relevance
310 bool havetempdecl; // if used second constructor variable
5838 this->havetempdecl = false; in TemplateInstance()5868 this->havetempdecl = true; in TemplateInstance()6535 if (havetempdecl) in findTempDecl()6989 if (havetempdecl) in findBestMatch()
5829 havetempdecl = semantictiargsdone >> 1, enumerator5847 bool havetempdecl() const { return (_nest & Flag.havetempdecl) != 0; } in havetempdecl() function5848 void havetempdecl(bool x) in havetempdecl() function5850 if (x) _nest |= Flag.havetempdecl; in havetempdecl()5851 else _nest &= ~Flag.havetempdecl; in havetempdecl()5888 this.havetempdecl = true; in this()6351 if (havetempdecl) in findTempDecl()6858 if (havetempdecl) in findBestMatch()