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 285 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) {
286 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx;
288 if (!isAngled)
368 /// \param isAngled indicates whether the file reference is a <> reference.
388 bool isAngled, const DirectoryLookup *FromDir,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 563 bool isAngled,
592 if (LangOpts.MSVCCompat && !isAngled) {
606 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
HeaderSearch.cpp 560 /// return null on failure. isAngled indicates whether the file reference is
565 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
617 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
686 unsigned i = isAngled ? AngledDirIdx : 0;
779 if (!Includers.empty() && !isAngled &&
789 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir,
    [all...]
PPMacroExpansion.cpp     [all...]
Pragma.cpp 466 bool isAngled =
476 isAngled, nullptr, CurDir, nullptr,
    [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 64 StringRef FileName, bool IsAngled,
172 bool /*IsAngled*/,
334 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);
337 Filename, SourceLocation(), isAngled, nullptr, CurDir,
  /external/clang/tools/libclang/
IndexingContext.h 367 bool isImport, bool isAngled, bool isModuleImport);
IndexingContext.cpp 246 bool isImport, bool isAngled,
256 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 1615 milliseconds