Home | History | Annotate | Download | only in Lex

Lines Matching refs:isAngled

562 /// return null on failure.  isAngled indicates whether the file reference is
567 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
604 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
683 unsigned i = isAngled ? AngledDirIdx : 0;
775 if (!Includers.empty() && Includers.front().first && !isAngled &&
785 LookupFile(ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir,