Home
last modified time | relevance | path

Searched defs:from_source (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1011 ClangExternalASTSourceCallbacks &from_source, in RemapModule()
1033 auto *from_source = llvm::dyn_cast_or_null<ClangExternalASTSourceCallbacks>( in Imported() local
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py2765 def from_source(cls, filename, args=None, unsaved_files=None, options=0, member in TranslationUnit