Home
last modified time | relevance | path

Searched defs:setExternalSource (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h829 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp921 ASTContext::setExternalSource(IntrusiveRefCntPtr<ExternalASTSource> Source) { in setExternalSource() function in ASTContext