Home
last modified time | relevance | path

Searched refs:clearIDTables (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Basic/
DSourceManager.cpp372 clearIDTables(); in SourceManager()
399 void SourceManager::clearIDTables() { in clearIDTables() function in SourceManager
/external/clang/include/clang/Basic/
DSourceManager.h701 void clearIDTables();
/external/clang/lib/Frontend/
DCompilerInstance.cpp811 getSourceManager().clearIDTables(); in ExecuteAction()