Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DExternalSemaSource.h48 ExternalASTSource::SemaSource = true; in ExternalSemaSource()
182 return Source->SemaSource; in classof()
/external/clang/include/clang/AST/
DExternalASTSource.h59 bool SemaSource; variable
64 ExternalASTSource() : SemaSource(false) { } in ExternalASTSource()