reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/Preprocessor.h
 1494     assert(Tok.isAnnotation() && "Expected annotation token");
 1526     assert(Tok.isAnnotation() && "Expected annotation token");
tools/clang/include/clang/Lex/Token.h
  130     assert(!isAnnotation() && "Annotation tokens have no length field");
  136     assert(!isAnnotation() && "Annotation tokens have no length field");
  141     assert(isAnnotation() && "Used AnnotEndLocID on non-annotation token");
  145     assert(isAnnotation() && "Used AnnotEndLocID on non-annotation token");
  150     return isAnnotation() ? getAnnotationEndLoc() : getLocation();
  154     return isAnnotation() ? getAnnotationEndLoc()
  182     assert(!isAnnotation() &&
  227     assert(isAnnotation() && "Used AnnotVal on non-annotation token");
  231     assert(isAnnotation() && "Used AnnotVal on non-annotation token");
tools/clang/include/clang/Parse/Parser.h
  488     if (Tok.isAnnotation())
  528            isTokenBrace() || Tok.is(tok::code_completion) || Tok.isAnnotation();
  545     assert(Tok.isAnnotation() && "wrong consume method");
  859     if (Tok.isAnnotation())
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  782     } else if (Tok.isAnnotation()) {
tools/clang/lib/Lex/Lexer.cpp
   58   if (isAnnotation())
   67   if (isAnnotation())
tools/clang/lib/Lex/PPCaching.cpp
  117   assert(Tok.isAnnotation() && "Expected annotation token");
tools/clang/lib/Lex/PPMacroExpansion.cpp
  839       } else if (!Tok.isAnnotation() && Tok.getIdentifierInfo() != nullptr) {
 1383   if (!Tok.isAnnotation() && (II = Tok.getIdentifierInfo()))
 1776       if (!Tok.isAnnotation() && Tok.getIdentifierInfo())
 1784     if (!Tok.isAnnotation() && Tok.getIdentifierInfo())
 1790       if (Tok.isOneOf(tok::eof, tok::eod) || Tok.isAnnotation())
tools/clang/lib/Lex/Pragma.cpp
  755   } else if (!Tok.isAnnotation() && Tok.getIdentifierInfo()) {
tools/clang/lib/Lex/TokenConcatenation.cpp
  165   if (PrevTok.isAnnotation())
  178   if (!PrevTok.isAnnotation() && PrevTok.getIdentifierInfo())
  193   if (Tok.isAnnotation()) {
tools/clang/lib/Lex/TokenLexer.cpp
  704   if (!Tok.isAnnotation() && Tok.getIdentifierInfo() != nullptr) {
tools/clang/lib/Parse/ParseAST.cpp
   72   if (Tok.isAnnotation()) {
tools/clang/lib/Parse/ParseDecl.cpp
  173       if (Tok.isAnnotation())
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1452       !Tok.isAnnotation() &&
 3866     if (!Tok.isAnnotation()) {
tools/clang/lib/Parse/ParseOpenMP.cpp
  147       Tok.isAnnotation()
  159         Tok.isAnnotation()
  565     OpenMPClauseKind CKind = Tok.isAnnotation()
  972               << (PrevTok.isAnnotation() ? "context selector trait"
 1017   OpenMPClauseKind CKind = Tok.isAnnotation()
 1102       Kind, Tok.isAnnotation() ? "" : P.getPreprocessor().getSpelling(Tok));
 1288               Tok.isAnnotation() ? OMPC_unknown
 1333       OpenMPClauseKind CKind = Tok.isAnnotation()
 1462       if (Tok.isAnnotation() && Tok.is(tok::annot_pragma_openmp)) {
 1642               Tok.isAnnotation() ? OMPC_unknown
 1801           Tok.isAnnotation()
 2287         Kind, Tok.isAnnotation() ? "" : PP.getSpelling(Tok));
 2299             Kind, Tok.isAnnotation() ? "" : PP.getSpelling(Tok));
 2314           Kind, Tok.isAnnotation() ? "" : PP.getSpelling(Tok));
 2328         Kind, Tok.isAnnotation() ? "" : PP.getSpelling(Tok)));
 2338         Kind, Tok.isAnnotation() ? "" : PP.getSpelling(Tok)));
 2350         Kind, Tok.isAnnotation() ? "" : PP.getSpelling(Tok)));
tools/clang/lib/Parse/Parser.cpp
 1806             (!TryAnnotateTypeOrScopeToken() && Tok.isAnnotation())) {
tools/clang/lib/Tooling/Syntax/Tokens.cpp
   46   assert(!T.isAnnotation());
  326     if (T.isAnnotation())
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  252     if (token.isAnnotation())
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  202     if (token.isAnnotation())