Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp321 clearIDTables(); in SourceManager()
343 void SourceManager::clearIDTables() { in clearIDTables() function in SourceManager
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h846 void clearIDTables();
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1058 getSourceManager().clearIDTables(); in ExecuteAction()