Home
last modified time | relevance | path

Searched defs:Imported (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h59 bool Imported = false; member
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp71 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 DDiagnosticRenderer.cpp202 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively() local
H A DPrintPreprocessedOutput.cpp404 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 DPrecompiledPreamble.cpp101 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 DModuleDepCollector.cpp399 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 DMacroPPCallbacks.cpp171 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 DPPCallbacks.h142 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 DASTImporter.h548 virtual void Imported(Decl *From, Decl *To) {} in Imported() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h256 bool Imported; member
H A DASTReader.cpp5214 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 DInclusionRewriter.cpp192 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 DPreprocessingRecord.cpp475 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 DPreprocessor.cpp1303 Module *Imported = nullptr; LexAfterModuleImport() local
H A DPragma.cpp1706 Module *Imported = HandlePragma() local
H A DPPDirectives.cpp2311 ModuleLoadResult Imported = TheModuleLoader.loadModule( HandleHeaderIncludeOrImport() local
H A DModuleMap.cpp1284 addHeader(Module * Mod,Module::Header Header,ModuleHeaderRole Role,bool Imported) addHeader() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp195 void Imported(Decl *From, Decl *To) override { in Imported() function in __anon71413bb00111::LazyASTImporter
H A DDecl.cpp5609 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 DASTImporter.cpp10006 CXXBaseSpecifier *Imported = new (ToContext) CXXBaseSpecifier( Import() local
H A DASTContext.cpp1069 auto &Imported = *It->second; addModuleInitializer() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1020 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, Imported() function in ClangASTImporter::ASTImporterDelegate