Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DExternalPreprocessorSource.h26 class ExternalPreprocessorSource {
28 virtual ~ExternalPreprocessorSource();
DPreprocessor.h44 class ExternalPreprocessorSource; variable
98 ExternalPreprocessorSource *ExternalSource;
453 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource()
457 ExternalPreprocessorSource *getExternalSource() const { in getExternalSource()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DIdentifierResolver.h27 class ExternalPreprocessorSource; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp55 ExternalPreprocessorSource::~ExternalPreprocessorSource() { } in ~ExternalPreprocessorSource()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h233 : public ExternalPreprocessorSource,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp3893 if (ExternalPreprocessorSource *ExtSource = PP.getExternalSource()) { in WriteASTCore()