|
LLVM
4.0.0
|
#include "llvm/Support/TrigramIndex.h"#include "llvm/ADT/SmallVector.h"#include <unordered_map>#include <set>#include <string>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.
References RegexAdvancedMetachars.
Referenced by llvm::TrigramIndex::insert().
|
static |
Definition at line 27 of file TrigramIndex.cpp.
Referenced by isAdvancedMetachar().
1.8.6