LLVM  8.0.1
Functions | Variables
TrigramIndex.cpp File Reference
#include "llvm/Support/TrigramIndex.h"
#include "llvm/ADT/SmallVector.h"
#include <set>
#include <string>
#include <unordered_map>
Include dependency graph for TrigramIndex.cpp:

Go to the source code of this file.

Functions

static bool isAdvancedMetachar (unsigned Char)
 

Variables

static const char RegexAdvancedMetachars [] = "()^$|+?[]\\{}"
 

Function Documentation

◆ isAdvancedMetachar()

static bool isAdvancedMetachar ( unsigned  Char)
static

Definition at line 29 of file TrigramIndex.cpp.

Referenced by llvm::TrigramIndex::insert().

Variable Documentation

◆ RegexAdvancedMetachars

const char RegexAdvancedMetachars[] = "()^$|+?[]\\{}"
static

Definition at line 27 of file TrigramIndex.cpp.