HomeSort by relevance Sort by last modified time
    Searched refs:TokenValue (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 63 class TokenValue {
68 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) {
71 "Identifiers should be created by TokenValue(IdentifierInfo *)");
75 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {}
633 ArrayRef<TokenValue> Tokens) const;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 297 ArrayRef<TokenValue> Tokens) {
304 ArrayRef<TokenValue> Tokens) const {
  /external/clang/lib/AST/
CommentSema.cpp 693 TokenValue Tokens[] = {
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]

Completed in 156 milliseconds