Home
last modified time | relevance | path

Searched refs:setExternalSLocEntrySource (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1649 void setExternalSLocEntrySource(ExternalSLocEntrySource *Source) { in setExternalSLocEntrySource() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp11627 SourceMgr.setExternalSLocEntrySource(this); in ASTReader()