Home
last modified time | relevance | path

Searched refs:ExternalPreprocessorSource (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DExternalPreprocessorSource.h27 class ExternalPreprocessorSource {
29 virtual ~ExternalPreprocessorSource();
H A DHeaderSearch.h39 class ExternalPreprocessorSource; variable
122 getControllingMacro(ExternalPreprocessorSource *External);
249 ExternalPreprocessorSource *ExternalLookup = nullptr;
347 void SetExternalLookup(ExternalPreprocessorSource *EPS) { in SetExternalLookup()
351 ExternalPreprocessorSource *getExternalLookup() const { in getExternalLookup()
H A DPreprocessor.h70 class ExternalPreprocessorSource; variable
142 ExternalPreprocessorSource *ExternalSource;
829 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource()
833 ExternalPreprocessorSource *getExternalSource() const { in getExternalSource()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp77 ExternalPreprocessorSource::~ExternalPreprocessorSource() = default;
H A DHeaderSearch.cpp50 HeaderFileInfo::getControllingMacro(ExternalPreprocessorSource *External) { in getControllingMacro()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h356 : public ExternalPreprocessorSource,