Searched defs:CharNo (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp48 EmitStringMatcherForChar( const std::vector<const StringPair *> &Matches, unsigned CharNo, unsigned IndentCount, bool IgnoreDuplicates) const argument
110 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\\n"; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h311 const unsigned CharNo = Loc - BufferStart; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp68 const unsigned CharNo = Pos.BufferPtr - Pos.BufferStart; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp718 unsigned Lexer::getTokenPrefixLength(SourceLocation TokStart, unsigned CharNo, argument
1133 unsigned CharNo local
1102 GetMappedTokenLoc(Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen) argument
[all...]

Completed in 119 milliseconds