Home | History | Annotate | Download | only in Basic

Lines Matching defs:IncludeLoc

181   /// instantiated from.  The main include file has an invalid IncludeLoc.
186 /// IncludeLoc - The location of the #include that brought in this file.
188 unsigned IncludeLoc; // Really a SourceLocation
199 X.IncludeLoc = IL.getRawEncoding();
208 return SourceLocation::getFromRawEncoding(IncludeLoc);