Searched defs:Imported (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h59 bool Imported = false; member in struct:llvm::ImportedFunctionsInliningStatistics::InlineGraphNode
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp68 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DPrintPreprocessedOutput.cpp325 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp43 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp168 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h257 bool Imported; member in struct:clang::serialization::reader::HeaderFileInfoTrait::internal_key_type
H A DASTReader.cpp4165 ReadAST(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, unsigned ClientLoadCapabilities, SmallVectorImpl<ImportedSubmodule> *Imported) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h565 virtual void Imported(Decl *From, Decl *To) {} function in class:clang::ASTImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp191 InclusionDirective(SourceLocation HashLoc, const Token & , StringRef , bool , CharSourceRange , const FileEntry * , StringRef , StringRef , const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp460 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DPragma.cpp1562 Module *Imported = local
1570 tok::annot_module_include, Imported); local
H A DPreprocessor.cpp1269 Module *Imported = nullptr; local
H A DModuleMap.cpp1184 addHeader(Module *Mod, Module::Header Header, ModuleHeaderRole Role, bool Imported) argument
H A DPPDirectives.cpp2001 ModuleLoadResult Imported = TheModuleLoader.loadModule( local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h122 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
166 moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, const Module *Imported) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp1005 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, function in class:ClangASTImporter::ASTImporterDelegate
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4921 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef<SourceLocation> IdentifierLocs) argument
4931 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) argument
4937 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef<SourceLocation> IdentifierLocs) argument
4945 CreateImplicit(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) argument

Completed in 306 milliseconds