Searched refs:isAngled (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/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)
374 /// \param isAngled indicates whether the file reference is a <> reference.
402 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
H A DPreprocessor.h2010 /// Returns None on failure. \p isAngled indicates whether the file
2013 LookupFile(SourceLocation FilenameLoc, StringRef Filename, bool isAngled,
2270 ModuleMap::KnownHeader &SuggestedModule, bool isAngled);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp746 SourceLocation FilenameLoc, StringRef Filename, bool isAngled,
790 if (LangOpts.MSVCCompat && !isAngled) {
807 Filename, FilenameLoc, isAngled, TmpFromDir, TmpCurDir,
825 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
1539 bool isAngled; local
1546 isAngled = true;
1553 isAngled = false;
1569 return isAngled;
1755 ModuleMap::KnownHeader &SuggestedModule, bool isAngled) {
1758 isAngled, LookupFro
745 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const FileEntry *FromFile, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool *IsMapped, bool *IsFrameworkFound, bool SkipCache) argument
1748 LookupHeaderIncludeOrImport( const DirectoryLookup *&CurDir, StringRef& Filename, SourceLocation FilenameLoc, CharSourceRange FilenameRange, const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, bool &IsMapped, const DirectoryLookup *LookupFrom, const FileEntry *LookupFromFile, StringRef& LookupFilename, SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, ModuleMap::KnownHeader &SuggestedModule, bool isAngled) argument
1888 bool isAngled = local
[all...]
H A DHeaderSearch.cpp717 const FileEntry *IncludeFE, bool isAngled = false,
727 if (!isAngled && !FoundByHeaderMap) {
750 /// return null on failure. isAngled indicates whether the file reference is
755 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
883 unsigned i = isAngled ? AngledDirIdx : 0;
987 &File->getFileEntry(), isAngled, FoundByHeaderMap);
998 if (!Includers.empty() && Includers.front().first && !isAngled &&
1008 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir,
754 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, bool BuildSystemModule) argument
H A DPPMacroExpansion.cpp1221 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);
1230 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, LookupFromFile,
1238 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType);
H A DPragma.cpp513 bool isAngled =
523 LookupFile(FilenameTok.getLocation(), Filename, isAngled, nullptr,
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h368 bool isImport, bool isAngled, bool isModuleImport);
H A DCXIndexDataConsumer.cpp463 bool isImport, bool isAngled,
473 isImport, isAngled, isModuleImport };
460 ppIncludedFile(SourceLocation hashLoc, StringRef filename, const FileEntry *File, bool isImport, bool isAngled, bool isModuleImport) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6227 int isAngled; member in struct:__anon223
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3664 printf(" | isImport: %d | isAngled: %d | isModule: %d",
3665 info->isImport, info->isAngled, info->isModuleImport);

Completed in 297 milliseconds