|
LLVM
8.0.1
|
#include "llvm/Support/TrigramIndex.h"#include "llvm/ADT/SmallVector.h"#include <set>#include <string>#include <unordered_map>
Go to the source code of this file.
Functions | |
| static bool | isAdvancedMetachar (unsigned Char) |
Variables | |
| static const char | RegexAdvancedMetachars [] = "()^$|+?[]\\{}" |
Definition at line 29 of file TrigramIndex.cpp.
Referenced by llvm::TrigramIndex::insert().
Definition at line 27 of file TrigramIndex.cpp.
1.8.13