Searched defs:ForgetSema (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Sema/ | ||
D | SemaConsumer.h | 39 virtual void ForgetSema() {} in ForgetSema() function |
D | ExternalSemaSource.h | 67 virtual void ForgetSema() {} in ForgetSema() function |
/external/clang/lib/Frontend/ | ||
D | ChainedIncludesSource.cpp | 289 void ChainedIncludesSource::ForgetSema() { in ForgetSema() function in ChainedIncludesSource |
D | MultiplexConsumer.cpp | 358 void MultiplexConsumer::ForgetSema() { in ForgetSema() function in MultiplexConsumer |
/external/clang/unittests/Sema/ | ||
D | ExternalSemaSourceTest.cpp | 102 void ForgetSema() override { CurrentSema = nullptr; } in ForgetSema() function in __anonddc2f46c0111::NamespaceTypoProvider |
/external/clang/lib/Sema/ | ||
D | MultiplexExternalSemaSource.cpp | 190 void MultiplexExternalSemaSource::ForgetSema() { in ForgetSema() function in MultiplexExternalSemaSource |
/external/clang/include/clang/Serialization/ | ||
D | ASTReader.h | 1779 void ForgetSema() override { SemaObj = nullptr; } in ForgetSema() function |