Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/
H A DToken.h110 static Range emptyAt(Index Index) { return Range{Index, Index}; } in emptyAt() function
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp107 C->End.Tokens = Token::Range::emptyAt(Code.index(*Tok)); in parseConditional()