Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DExternalPreprocessorSource.h26 class ExternalPreprocessorSource {
28 virtual ~ExternalPreprocessorSource();
H A DHeaderSearch.h38 class ExternalPreprocessorSource; variable
121 getControllingMacro(ExternalPreprocessorSource *External);
251 ExternalPreprocessorSource *ExternalLookup = nullptr;
349 void SetExternalLookup(ExternalPreprocessorSource *EPS) { in SetExternalLookup()
353 ExternalPreprocessorSource *getExternalLookup() const { in getExternalLookup()
H A DPreprocessor.h71 class ExternalPreprocessorSource; variable
146 ExternalPreprocessorSource *ExternalSource;
935 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource()
939 ExternalPreprocessorSource *getExternalSource() const { in getExternalSource()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp77 ExternalPreprocessorSource::~ExternalPreprocessorSource() = default;
H A DHeaderSearch.cpp61 HeaderFileInfo::getControllingMacro(ExternalPreprocessorSource *External) { in getControllingMacro()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h343 : public ExternalPreprocessorSource,