Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h125 virtual void loadModuleFromSource(SourceLocation Loc, StringRef ModuleName,
165 void loadModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in loadModuleFromSource() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h797 void loadModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp865 TheModuleLoader.loadModuleFromSource(Loc, ModuleName->getName(), in HandlePragmaModuleBuild()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1977 void CompilerInstance::loadModuleFromSource(SourceLocation ImportLoc, in loadModuleFromSource() function in CompilerInstance