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 278 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) {
279 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx;
281 if (!isAngled)
361 /// \param isAngled indicates whether the file reference is a <> reference.
381 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 606 bool isAngled,
649 if (LangOpts.MSVCCompat && !isAngled) {
667 Filename, FilenameLoc, isAngled, TmpFromDir, TmpCurDir,
684 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
HeaderSearch.cpp 561 /// return null on failure. isAngled indicates whether the file reference is
566 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
603 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
681 unsigned i = isAngled ? AngledDirIdx : 0;
773 if (!Includers.empty() && Includers.front().first && !isAngled &&
783 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/
IndexingContext.h 370 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 2339 milliseconds