Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDExternalPreprocessorSource.h27 class ExternalPreprocessorSource {
29 virtual ~ExternalPreprocessorSource();
HDHeaderSearch.h30 class ExternalPreprocessorSource; variable
115 getControllingMacro(ExternalPreprocessorSource *External);
248 ExternalPreprocessorSource *ExternalLookup;
350 void SetExternalLookup(ExternalPreprocessorSource *EPS) { in SetExternalLookup()
354 ExternalPreprocessorSource *getExternalLookup() const { in getExternalLookup()
HDPreprocessor.h46 class ExternalPreprocessorSource; variable
108 ExternalPreprocessorSource *ExternalSource;
695 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource()
699 ExternalPreprocessorSource *getExternalSource() const { in getExternalSource()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDIdentifierResolver.h27 class ExternalPreprocessorSource; variable
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp56 ExternalPreprocessorSource::~ExternalPreprocessorSource() { } in ~ExternalPreprocessorSource()
HDHeaderSearch.cpp38 HeaderFileInfo::getControllingMacro(ExternalPreprocessorSource *External) { in getControllingMacro()
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h303 : public ExternalPreprocessorSource,