Home
last modified time | relevance | path

Searched refs:addExternalSource (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1335 m_compiler->getSema().addExternalSource(ast_source_wrapper); in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp752 TheSema->addExternalSource(ExternalSemaSrc.get()); in createSema()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp659 void Sema::addExternalSource(ExternalSemaSource *E) { in addExternalSource() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h923 void addExternalSource(ExternalSemaSource *E);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8853 S.addExternalSource(this); in InitializeSema()