Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3553 SourceLocation TokenLoc; variable
3559 TokenLoc(Loc) { } in GNUNullExpr()
3565 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation()
3566 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation()
3568 SourceLocation getLocStart() const LLVM_READONLY { return TokenLoc; } in getLocStart()
3569 SourceLocation getLocEnd() const LLVM_READONLY { return TokenLoc; } in getLocEnd()
/external/clang/lib/Lex/
DLexer.cpp1200 SourceLocation TokenLoc = Tok.getLocation(); in findLocationAfterToken() local
1205 const char *TokenEnd = SM.getCharacterData(TokenLoc) + in findLocationAfterToken()
1223 return TokenLoc.getLocWithOffset(Tok.getLength() + NumWhitespaceChars); in findLocationAfterToken()
/external/clang/lib/Sema/
DSemaExpr.cpp10359 ExprResult Sema::ActOnGNUNullExpr(SourceLocation TokenLoc) { in ActOnGNUNullExpr() argument
10374 return Owned(new (Context) GNUNullExpr(Ty, TokenLoc)); in ActOnGNUNullExpr()
/external/clang/include/clang/Sema/
DSema.h3469 ExprResult ActOnGNUNullExpr(SourceLocation TokenLoc);