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

  /external/clang/include/clang/Lex/
Lexer.h 578 void LexStringLiteral (Token &Result, const char *CurPtr,
Preprocessor.h 736 bool LexStringLiteral(Token &Result, std::string &String,
747 /// already been lexed (see LexStringLiteral).
    [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 819 if (!PP.LexStringLiteral(Tok, NameString,
831 if (!PP.LexStringLiteral(Tok, ValueString, "pragma detect_mismatch",
898 if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString,
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 180 milliseconds