Home
last modified time | relevance | path

Searched refs:createModuleFromSource (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h134 virtual void createModuleFromSource(SourceLocation Loc, StringRef ModuleName,
174 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h874 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp877 TheModuleLoader.createModuleFromSource(Loc, ModuleName->getName(), in HandlePragmaModuleBuild()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2204 void CompilerInstance::createModuleFromSource(SourceLocation ImportLoc, in createModuleFromSource() function in CompilerInstance