Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp698 TheSema->addExternalSource(ExternalSemaSrc.get()); in createSema()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp523 void Sema::addExternalSource(ExternalSemaSource *E) { in addExternalSource() function in Sema
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1567 void addExternalSource(ExternalSemaSource *E);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7880 S.addExternalSource(this); in InitializeSema()