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

  /external/clang/lib/Lex/
Lexer.cpp 276 unsigned charSize;
277 buffer.push_back(Lexer::getCharAndSizeNoWarn(ti, charSize, options));
278 ti += charSize;
311 unsigned CharSize;
312 Result.push_back(Lexer::getCharAndSizeNoWarn(Ptr, CharSize, LangOpts));
313 Ptr += CharSize;
371 unsigned CharSize;
372 *OutBuf++ = Lexer::getCharAndSizeNoWarn(Ptr, CharSize, LangOpts);
373 Ptr += CharSize;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 356 milliseconds