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 230 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) {
231 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx;
233 if (!isAngled)
302 /// \param isAngled indicates whether the file reference is a <> reference.
321 const FileEntry *LookupFile(StringRef Filename, bool isAngled,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 488 /// return null on failure. isAngled indicates whether the file reference is
492 bool isAngled,
521 Filename, isAngled, FromDir, CurDir, CurFileEnt,
    [all...]
HeaderSearch.cpp 394 /// return null on failure. isAngled indicates whether the file reference is
400 bool isAngled,
434 if (CurFileEnt && !isAngled && !NoCurDirSearch) {
466 unsigned i = isAngled ? AngledDirIdx : 0;
533 if (CurFileEnt && !isAngled && Filename.find('/') == StringRef::npos) {
541 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
    [all...]
PPMacroExpansion.cpp     [all...]
Pragma.cpp 431 bool isAngled =
440 const FileEntry *File = LookupFile(Filename, isAngled, 0, CurDir, NULL, NULL,
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 381 bool isImport, bool isAngled);
IndexingContext.cpp 223 bool isImport, bool isAngled) {
231 isImport, isAngled };
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 84 milliseconds