Home
last modified time | relevance | path

Searched refs:TokLength (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp630 unsigned TokLength) { in createMacroArgExpansionLoc() argument
633 return createExpansionLocImpl(Info, TokLength); in createMacroArgExpansionLoc()
640 unsigned TokLength, in createExpansionLoc() argument
646 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset); in createExpansionLoc()
661 unsigned TokLength, in createExpansionLocImpl() argument
674 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset && in createExpansionLocImpl()
675 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
678 NextLocalOffset += TokLength + 1; in createExpansionLocImpl()
679 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1)); in createExpansionLocImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h903 unsigned TokLength);
911 unsigned TokLength,
1799 unsigned TokLength,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp133 unsigned TokLength, in formTokenWithChars() argument
137 Result.setLength(TokLength); in formTokenWithChars()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3174 unsigned TokLength = Tok.getLength(); in ParseCXXClassMemberDeclarationWithPragmas() local
3185 EndLoc = ASLoc.getLocWithOffset(TokLength); in ParseCXXClassMemberDeclarationWithPragmas()