Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3692 SourceLocation TokenLoc; variable
3698 TokenLoc(Loc) { } in GNUNullExpr()
3704 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation()
3705 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation()
3707 SourceLocation getLocStart() const LLVM_READONLY { return TokenLoc; } in getLocStart()
3708 SourceLocation getLocEnd() const LLVM_READONLY { return TokenLoc; } in getLocEnd()
/external/clang/lib/Lex/
DLexer.cpp1186 SourceLocation TokenLoc = Tok.getLocation(); in findLocationAfterToken() local
1191 const char *TokenEnd = SM.getCharacterData(TokenLoc) + in findLocationAfterToken()
1209 return TokenLoc.getLocWithOffset(Tok.getLength() + NumWhitespaceChars); in findLocationAfterToken()
/external/clang/lib/Sema/
DSemaExpr.cpp11780 ExprResult Sema::ActOnGNUNullExpr(SourceLocation TokenLoc) { in ActOnGNUNullExpr() argument
11795 return new (Context) GNUNullExpr(Ty, TokenLoc); in ActOnGNUNullExpr()
/external/clang/include/clang/Sema/
DSema.h4019 ExprResult ActOnGNUNullExpr(SourceLocation TokenLoc);