Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DExternalPreprocessorSource.h27 class ExternalPreprocessorSource {
29 virtual ~ExternalPreprocessorSource();
DHeaderSearch.h30 class ExternalPreprocessorSource; variable
111 getControllingMacro(ExternalPreprocessorSource *External);
234 ExternalPreprocessorSource *ExternalLookup;
334 void SetExternalLookup(ExternalPreprocessorSource *EPS) { in SetExternalLookup()
338 ExternalPreprocessorSource *getExternalLookup() const { in getExternalLookup()
DPreprocessor.h46 class ExternalPreprocessorSource; variable
110 ExternalPreprocessorSource *ExternalSource;
707 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource()
711 ExternalPreprocessorSource *getExternalSource() const { in getExternalSource()
/external/clang/include/clang/Sema/
DIdentifierResolver.h27 class ExternalPreprocessorSource; variable
/external/clang/lib/Lex/
DPreprocessor.cpp60 ExternalPreprocessorSource::~ExternalPreprocessorSource() { } in ~ExternalPreprocessorSource()
DHeaderSearch.cpp38 HeaderFileInfo::getControllingMacro(ExternalPreprocessorSource *External) { in getControllingMacro()
/external/clang/include/clang/Serialization/
DASTReader.h313 : public ExternalPreprocessorSource,