Home
last modified time | relevance | path

Searched refs:SemaSource (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DExternalSemaSource.h56 ExternalASTSource::SemaSource = true; in ExternalSemaSource()
227 return Source->SemaSource; in classof()
/external/clang/include/clang/AST/
DExternalASTSource.h50 bool SemaSource; variable
55 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { } in ExternalASTSource()