Searched defs:isAngled (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Lex/
H A DHeaderSearch.h285 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) { argument
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,
/external/clang/lib/Lex/
H A DHeaderSearch.cpp560 /// 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,
564 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<const FileEntry *> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
H A DPPDirectives.cpp563 bool isAngled,
592 if (LangOpts.MSVCCompat && !isAngled) {
606 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
1266 bool isAngled; local
1273 isAngled = true;
1280 isAngled = false;
1296 return isAngled;
1422 bool isAngled = local
1476 isAngled, LookupFrom, CurDir, Callbacks ? &SearchPath : nullptr,
1488 HeaderInfo.AddSearchPath(DL, isAngled);
560 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
[all...]
/external/clang/tools/libclang/
H A DIndexingContext.cpp246 bool isImport, bool isAngled,
256 isImport, isAngled, isModuleImport };
243 ppIncludedFile(SourceLocation hashLoc, StringRef filename, const FileEntry *File, bool isImport, bool isAngled, bool isModuleImport) argument
/external/clang/include/clang-c/
H A DIndex.h4948 int isAngled; member in struct:__anon17657

Completed in 104 milliseconds