Home
last modified time | relevance | path

Searched defs:ImportedModule (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1348 struct ImportedModule { global() struct
1353 ImportedModuleImportedModule ImportedModule() argument
/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c61 LLVMMetadataRef ImportedModule = LLVMDIBuilderCreateImportedModuleFromModule( llvm_test_dibuilder() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp124 typedef std::vector<ConstString> ImportedModule; typedef in __anon9833e8350111::ClangModulesDeclVendorImpl
/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp44 InclusionDirective(PreprocessingRecord & PPRec,InclusionKind Kind,StringRef FileName,bool InQuotes,bool ImportedModule,OptionalFileEntryRef File,SourceRange Range) InclusionDirective() argument
/llvm-project/clang/include/clang/AST/
H A DDecl.h4825 Module *ImportedModule = nullptr; global() variable
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp217 for (const Module *ImportedModule : CurrentModule->Imports) GetAffectingModuleMaps() local