Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp523 unsigned TokLength) { in createMacroArgInstantiationLoc() argument
526 return createInstantiationLocImpl(II, TokLength); in createMacroArgInstantiationLoc()
532 unsigned TokLength, in createInstantiationLoc() argument
537 return createInstantiationLocImpl(II, TokLength, LoadedID, LoadedOffset); in createInstantiationLoc()
542 unsigned TokLength, in createInstantiationLocImpl() argument
555 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset && in createInstantiationLocImpl()
556 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createInstantiationLocImpl()
559 NextLocalOffset += TokLength + 1; in createInstantiationLocImpl()
560 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1)); in createInstantiationLocImpl()
/external/clang/include/clang/Basic/
DSourceManager.h595 unsigned TokLength);
603 unsigned TokLength,
1091 unsigned TokLength,