reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
609 return FoundId.Name == Id; 638 if (Id.Name == "export") { 649 if (Id.Name != "module" && Id.Name != "import") { 649 if (Id.Name != "module" && Id.Name != "import") { 676 if (Id.Name == "module") 680 append(Id.Name); 697 append(Id.Name); 729 if (FoundId.Name == "once") { 737 if (FoundId.Name != "clang") { 836 auto Kind = llvm::StringSwitch<TokenKind>(Id.Name) 852 skipDirective(Id.Name, First, End); 866 return lexDefault(Kind, Id.Name, First, End);