HomeSort by relevance Sort by last modified time
    Searched refs:isAngled (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Lex/
HeaderSearch.h 276 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) {
277 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx;
279 if (!isAngled)
359 /// \param isAngled indicates whether the file reference is a <> reference.
379 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 741 bool isAngled,
787 if (LangOpts.MSVCCompat && !isAngled) {
805 Filename, FilenameLoc, isAngled, TmpFromDir, TmpCurDir,
822 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
HeaderSearch.cpp 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,
    [all...]
Pragma.cpp 469 bool isAngled =
479 LookupFile(FilenameTok.getLocation(), Filename, isAngled, nullptr,
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 67 StringRef FileName, bool IsAngled,
176 bool /*IsAngled*/,
386 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);
394 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr,
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 370 bool isImport, bool isAngled, bool isModuleImport);
CXIndexDataConsumer.cpp 458 bool isImport, bool isAngled,
468 isImport, isAngled, isModuleImport };
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 485 milliseconds