LLVM API Documentation

Public Attributes
llvm_regex Struct Reference

#include <regex_impl.h>

Collaboration diagram for llvm_regex:
Collaboration graph
[legend]

List of all members.

Public Attributes

int re_magic
size_t re_nsub
const char * re_endp
struct re_gutsre_g

Detailed Description

Definition at line 48 of file regex_impl.h.


Member Data Documentation

Definition at line 51 of file regex_impl.h.

Referenced by llvm_regcomp(), regatoi(), and llvm::Regex::Regex().

Definition at line 52 of file regex_impl.h.

Referenced by llvm_regcomp(), llvm_regexec(), and llvm_regfree().

Definition at line 49 of file regex_impl.h.

Referenced by llvm_regcomp(), llvm_regexec(), and llvm_regfree().

Definition at line 50 of file regex_impl.h.

Referenced by llvm::Regex::getNumMatches(), llvm_regcomp(), and llvm::Regex::match().


The documentation for this struct was generated from the following file: