| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | ImportedFunctionsInliningStatistics.h | 59 bool Imported = false; member
|
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 71 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
|
| H A D | DiagnosticRenderer.cpp | 202 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively() local
|
| H A D | PrintPreprocessedOutput.cpp | 404 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
|
| H A D | PrecompiledPreamble.cpp | 101 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
|
| /freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 399 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument 411 moduleImport(SourceLocation ImportLoc,ModuleIdPath Path,const Module * Imported) moduleImport() argument 423 handleImport(const Module * Imported) handleImport() argument
|
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.cpp | 171 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 142 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument 179 moduleImport(SourceLocation ImportLoc,ModuleIdPath Path,const Module * Imported) moduleImport() argument 476 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument 499 moduleImport(SourceLocation ImportLoc,ModuleIdPath Path,const Module * Imported) moduleImport() argument
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 548 virtual void Imported(Decl *From, Decl *To) {} in Imported() function
|
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 256 bool Imported; member
|
| H A D | ASTReader.cpp | 5214 if (Module *Imported = getSubmodule(Import.ID)) { InitializeContext() local 8309 if (Module *Imported = getSubmodule(Import.ID)) { UpdateSema() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 192 InclusionDirective(SourceLocation HashLoc,const Token &,StringRef,bool,CharSourceRange,OptionalFileEntryRef,StringRef,StringRef,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
|
| /freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PreprocessingRecord.cpp | 475 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
|
| H A D | Preprocessor.cpp | 1303 Module *Imported = nullptr; LexAfterModuleImport() local
|
| H A D | Pragma.cpp | 1706 Module *Imported = HandlePragma() local
|
| H A D | PPDirectives.cpp | 2311 ModuleLoadResult Imported = TheModuleLoader.loadModule( HandleHeaderIncludeOrImport() local
|
| H A D | ModuleMap.cpp | 1284 addHeader(Module * Mod,Module::Header Header,ModuleHeaderRole Role,bool Imported) addHeader() argument
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 195 void Imported(Decl *From, Decl *To) override { in Imported() function in __anon71413bb00111::LazyASTImporter
|
| H A D | Decl.cpp | 5609 ImportDecl(DeclContext * DC,SourceLocation StartLoc,Module * Imported,ArrayRef<SourceLocation> IdentifierLocs) ImportDecl() argument 5620 ImportDecl(DeclContext * DC,SourceLocation StartLoc,Module * Imported,SourceLocation EndLoc) ImportDecl() argument 5627 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,Module * Imported,ArrayRef<SourceLocation> IdentifierLocs) Create() argument 5636 CreateImplicit(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,Module * Imported,SourceLocation EndLoc) CreateImplicit() argument
|
| H A D | ASTImporter.cpp | 10006 CXXBaseSpecifier *Imported = new (ToContext) CXXBaseSpecifier( Import() local
|
| H A D | ASTContext.cpp | 1069 auto &Imported = *It->second; addModuleInitializer() local
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 1020 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, Imported() function in ClangASTImporter::ASTImporterDelegate
|