Searched defs:NameTok (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DCommentParser.cpp684 Token NameTok = Tok; local
695 TextBegin = NameTok.getEndLocation();
699 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(),
700 NameTok.getVerbatimLineID(),
/external/clang/lib/Lex/
H A DPragma.cpp1162 Token &NameTok) {
1163 SourceLocation Loc = NameTok.getLocation();
1226 Token &NameTok) {
1161 HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, Token &NameTok) argument
1225 HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, Token &NameTok) argument

Completed in 153 milliseconds