Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h129 virtual void createModuleFromSource(SourceLocation Loc, StringRef ModuleName,
169 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h796 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName,
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp908 TheModuleLoader.createModuleFromSource(Loc, ModuleName->getName(), in HandlePragmaModuleBuild()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2040 void CompilerInstance::createModuleFromSource(SourceLocation ImportLoc, in createModuleFromSource() function in CompilerInstance