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 267 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) {
268 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx;
270 if (!isAngled)
350 /// \param isAngled indicates whether the file reference is a <> reference.
369 const FileEntry *LookupFile(StringRef Filename, bool isAngled,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 538 bool isAngled,
567 Filename, isAngled, FromDir, CurDir, CurFileEnt,
    [all...]
HeaderSearch.cpp 490 /// return null on failure. isAngled indicates whether the file reference is
496 bool isAngled,
530 if (CurFileEnt && !isAngled && !NoCurDirSearch) {
570 unsigned i = isAngled ? AngledDirIdx : 0;
647 if (CurFileEnt && !isAngled && Filename.find('/') == StringRef::npos) {
655 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
    [all...]
Pragma.cpp 464 bool isAngled =
474 isAngled, 0, CurDir, NULL, NULL, NULL);
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 67 bool IsAngled,
173 bool /*IsAngled*/,
331 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);
334 Filename, isAngled, 0, CurDir,
  /external/clang/tools/libclang/
IndexingContext.h 374 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 359 milliseconds