HomeSort by relevance Sort by last modified time
    Searched refs:Tok (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
29 case tok::char_constant:
30 case tok::string_literal:
31 case tok::utf8_char_constant:
32 case tok::utf8_string_literal:
34 case tok::wide_char_constant:
35 case tok::wide_string_literal:
37 case tok::utf16_char_constant:
38 case tok::utf16_string_literal:
40 case tok::utf32_char_constant
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 252 AsmToken Tok = Lexer.getTok();
254 switch (Tok.getKind()) {
316 OS.write_escaped(Tok.getString());
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 813 StringRef Tok = Op.Token;
821 std::string LoweredTok = Tok.lower();
827 if (!Tok.startswith(RegisterPrefix))
830 StringRef RegName = Tok.substr(RegisterPrefix.size());
    [all...]
CodeGenInstruction.cpp 205 std::string Tok = CStr.substr(start, wpos - start);
206 if (Tok == "@earlyclobber") {
  /frameworks/compile/slang/
slang.cpp 389 clang::Token Tok;
392 mPP->Lex(Tok);
393 } while (Tok.isNot(clang::tok::eof));
slang_rs_pragma_handler.cpp 94 // Now, the current token must be clang::tok::lpara
95 if (PragmaToken.isNot(clang::tok::l_paren))
98 while (PragmaToken.isNot(clang::tok::eod)) {
108 if (PragmaToken.is(clang::tok::eod) || PragmaToken.is(clang::tok::eof)) {
113 if (NextTok.is(clang::tok::r_paren)) {
116 // Lex until meets clang::tok::eod
119 } while (PragmaToken.isNot(clang::tok::eod));
160 while (PragmaToken.is(clang::tok::identifier)) {
166 if (PragmaToken.isNot(clang::tok::eod))
    [all...]
  /external/clang/include/clang/AST/
CommentLexer.h 33 namespace tok { namespace in namespace:clang::comments
54 } // end namespace tok
65 tok::TokenKind Kind;
91 tok::TokenKind getKind() const LLVM_READONLY { return Kind; }
92 void setKind(tok::TokenKind K) { Kind = K; }
94 bool is(tok::TokenKind K) const LLVM_READONLY { return Kind == K; }
95 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; }
101 assert(is(tok::text));
106 assert(is(tok::text));
112 assert(is(tok::unknown_command))
    [all...]
  /external/clang/lib/Format/
FormatToken.cpp 43 switch (Tok.getKind()) {
44 case tok::kw_short:
45 case tok::kw_long:
46 case tok::kw___int64:
47 case tok::kw___int128:
48 case tok::kw_signed:
49 case tok::kw_unsigned:
50 case tok::kw_void:
51 case tok::kw_char:
52 case tok::kw_int
    [all...]
  /external/clang/unittests/AST/
CommentLexer.cpp 48 StringRef getCommandName(const Token &Tok) {
49 return Traits.getCommandInfo(Tok.getCommandID())->Name;
52 StringRef getVerbatimBlockName(const Token &Tok) {
53 return Traits.getCommandInfo(Tok.getVerbatimBlockID())->Name;
56 StringRef getVerbatimLineName(const Token &Tok) {
57 return Traits.getCommandInfo(Tok.getVerbatimLineID())->Name;
70 Token Tok;
71 L.lex(Tok);
72 if (Tok.is(tok::eof)
    [all...]
CommentParser.cpp 72 Token Tok;
73 L.lex(Tok);
74 if (Tok.is(tok::eof))
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 197 struct TokTy Tok;
217 Tok = o.Tok;
568 return StringRef(Tok.Data, Tok.Length);
575 Op->Tok.Data = Str.data();
576 Op->Tok.Length = Str.size();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 826 Token Tok;
827 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true))
828 if (Tok.isLiteral() && Tok.getLength() > 2) {
829 if (const char *StringLit = Tok.getLiteralData())
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 184 tok::ObjCKeywordKind MethodImplKind,
328 Token Tok;
330 lexer.LexFromRawLexer(Tok);
331 if (Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == attrName) {
332 Loc = Tok.getLocation();
335 } while (Tok.isNot(tok::r_paren));
420 tok::ObjCKeywordKind MethodImplKind)
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 54 std::string getTokName(int Tok) {
55 switch (Tok) {
83 return std::string(1, (char)Tok);
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 262 VALUE Ascend-Token-Immediate Tok-Imm-No 0
263 VALUE Ascend-Token-Immediate Tok-Imm-Yes 1
  /external/clang/include/clang/Serialization/
ASTWriter.h 616 void AddToken(const Token &Tok, RecordDataImpl &Record);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 817 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier)
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 

Completed in 2223 milliseconds

1 2 34