Home | History | Annotate | Download | only in AST

Lines Matching defs:Name

230   //  (VD)  - a name declared with a dependent type,
255 // (VD) - the name of a non-type template parameter,
522 SmallString<256> Name;
523 llvm::raw_svector_ostream Out(Name);
656 return Name.str().str();
669 SmallString<256> Name;
670 llvm::raw_svector_ostream Out(Name);
688 return Name.str().str();