Home
last modified time | relevance | path

Searched defs:TokenLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp22 bool isSemicolonAtLocation(SourceLocation TokenLoc, const SourceManager &SM, in isSemicolonAtLocation()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1364 SourceLocation TokenLoc = Tok->getLocation(); in findLocationAfterToken() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4659 SourceLocation TokenLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16442 ExprResult Sema::ActOnGNUNullExpr(SourceLocation TokenLoc) { in ActOnGNUNullExpr()