Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp756 TheSema->addExternalSource(ExternalSemaSrc.get()); in createSema()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp550 void Sema::addExternalSource(ExternalSemaSource *E) { in addExternalSource() function in Sema
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1708 void addExternalSource(ExternalSemaSource *E);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8187 S.addExternalSource(this); in InitializeSema()