Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1213 SourceLocation TokenLoc = Tok.getLocation(); in findLocationAfterToken() local
/external/clang/include/clang/AST/
DExpr.h3626 SourceLocation TokenLoc; variable
/external/clang/lib/Sema/
DSemaExpr.cpp12319 ExprResult Sema::ActOnGNUNullExpr(SourceLocation TokenLoc) { in ActOnGNUNullExpr()