LLVM: PrefixMatcher Struct Reference (original) (raw)

Public Member Functions
PrefixMatcher (ArrayRef< StringRef > CheckPrefixes, ArrayRef< StringRef > CommentPrefixes, StringRef Input)
StringRef match (StringRef Buffer)
Find the next match of a prefix in Buffer.
Public Attributes
SmallVector< std::pair< StringRef, size_t > > Prefixes
Prefixes and their first occurrence past the current position.
StringRef Input

Definition at line 1653 of file FileCheck.cpp.

match()

Input

Prefixes

Prefixes and their first occurrence past the current position.

Definition at line 1655 of file FileCheck.cpp.


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