Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DExternalPreprocessorSource.h26 class ExternalPreprocessorSource {
28 virtual ~ExternalPreprocessorSource();
DPreprocessor.h45 class ExternalPreprocessorSource; variable
107 ExternalPreprocessorSource *ExternalSource;
518 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource()
522 ExternalPreprocessorSource *getExternalSource() const { in getExternalSource()
/external/clang/include/clang/Sema/
DIdentifierResolver.h27 class ExternalPreprocessorSource; variable
/external/clang/lib/Lex/
DPreprocessor.cpp56 ExternalPreprocessorSource::~ExternalPreprocessorSource() { } in ~ExternalPreprocessorSource()
/external/clang/include/clang/Serialization/
DASTReader.h301 : public ExternalPreprocessorSource,