Home
last modified time | relevance | path

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

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