Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDModuleLoader.h134 virtual void createModuleFromSource(SourceLocation Loc, StringRef ModuleName,
174 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h874 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPragma.cpp877 TheModuleLoader.createModuleFromSource(Loc, ModuleName->getName(), in HandlePragmaModuleBuild()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp2204 void CompilerInstance::createModuleFromSource(SourceLocation ImportLoc, in createModuleFromSource() function in CompilerInstance