Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp21 bool isSemicolonAtLocation(SourceLocation TokenLoc, const SourceManager &SM, in isSemicolonAtLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1279 SourceLocation TokenLoc = Tok->getLocation(); in findLocationAfterToken() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4523 SourceLocation TokenLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp15738 ExprResult Sema::ActOnGNUNullExpr(SourceLocation TokenLoc) { in ActOnGNUNullExpr()