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

  /external/clang/include/clang/Lex/
HeaderSearch.h 249 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) {
250 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx;
252 if (!isAngled)
332 /// \param isAngled indicates whether the file reference is a <> reference.
351 const FileEntry *LookupFile(StringRef Filename, bool isAngled,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 505 bool isAngled,
534 Filename, isAngled, FromDir, CurDir, CurFileEnt,
    [all...]
HeaderSearch.cpp 473 /// return null on failure. isAngled indicates whether the file reference is
479 bool isAngled,
513 if (CurFileEnt && !isAngled && !NoCurDirSearch) {
553 unsigned i = isAngled ? AngledDirIdx : 0;
630 if (CurFileEnt && !isAngled && Filename.find('/') == StringRef::npos) {
638 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
    [all...]
Pragma.cpp 458 bool isAngled =
467 const FileEntry *File = LookupFile(Filename, isAngled, 0, CurDir, NULL, NULL,
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 373 bool isImport, bool isAngled, bool isModuleImport);
IndexingContext.cpp 244 bool isImport, bool isAngled,
254 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 134 milliseconds