Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3386 SourceLocation TokenLoc; variable
3392 TokenLoc(Loc) { } in GNUNullExpr()
3398 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation()
3399 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation()
3402 return SourceRange(TokenLoc); in getSourceRange()
/external/clang/lib/Lex/
DLexer.cpp1306 SourceLocation TokenLoc = Tok.getLocation(); in findLocationAfterToken() local
1311 const char *TokenEnd = SM.getCharacterData(TokenLoc) + in findLocationAfterToken()
1322 return TokenLoc.getLocWithOffset(Tok.getLength() + NumWhitespaceChars); in findLocationAfterToken()
/external/clang/lib/Sema/
DSemaExpr.cpp9226 ExprResult Sema::ActOnGNUNullExpr(SourceLocation TokenLoc) { in ActOnGNUNullExpr() argument
9241 return Owned(new (Context) GNUNullExpr(Ty, TokenLoc)); in ActOnGNUNullExpr()
/external/clang/include/clang/Sema/
DSema.h2873 ExprResult ActOnGNUNullExpr(SourceLocation TokenLoc);