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

/external/clang/lib/Lex/
H A DLexer.cpp1192 SourceLocation TokenLoc = Tok.getLocation();
1197 const char *TokenEnd = SM.getCharacterData(TokenLoc) +
1215 return TokenLoc.getLocWithOffset(Tok.getLength() + NumWhitespaceChars);
/external/clang/include/clang/AST/
H A DExpr.h3636 /// TokenLoc - The location of the __null keyword.
3637 SourceLocation TokenLoc; member in class:clang::StringLiteral::OffsetOfExpr::GNUNullExpr
3643 TokenLoc(Loc) { }
3649 SourceLocation getTokenLocation() const { return TokenLoc; }
3650 void setTokenLocation(SourceLocation L) { TokenLoc = L; }
3652 SourceLocation getLocStart() const LLVM_READONLY { return TokenLoc; }
3653 SourceLocation getLocEnd() const LLVM_READONLY { return TokenLoc; }
/external/clang/include/clang/Sema/
H A DSema.h3686 ExprResult ActOnGNUNullExpr(SourceLocation TokenLoc);
/external/clang/lib/Sema/
H A DSemaExpr.cpp10787 ExprResult Sema::ActOnGNUNullExpr(SourceLocation TokenLoc) { argument
10802 return new (Context) GNUNullExpr(Ty, TokenLoc);

Completed in 885 milliseconds