| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/android/ |
| H A D | ComparisonInTempFailureRetryCheck.cpp | 75 llvm::is_contained(RetryMacros, Tok.getRawIdentifier())) { in check() 76 RetryMacroName = Tok.getRawIdentifier(); in check()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 64 Tok.getRawIdentifier() == Name && !Lex.LexFromRawLexer(Tok) && in checkAndConsumeDirectiveWithName() 66 (!RawIDName || Tok.getRawIdentifier() == *RawIDName); in checkAndConsumeDirectiveWithName() 131 Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == "include") { in checkAndConsumeInclusiveDirective()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 258 Peek().getRawIdentifier() == g_anonymous) { in ConsumeAnonymousNamespace() 282 Peek().getRawIdentifier() == g_lambda) { in ConsumeLambda() 683 auto it = kw_map.find(token.getRawIdentifier()); in ExtractTokens()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | RedundantVoidArgCheck.cpp | 121 IdentifierTable::iterator It = Idents.find(ProtoToken.getRawIdentifier()); in isMacroIdentifier() 199 else if (ProtoToken.getRawIdentifier() == "void") { in removeVoidArgumentTokens()
|
| H A D | MacroToEnumCheck.cpp | 79 return Tok.is(tok::raw_identifier) ? Tok.getRawIdentifier() in getTokenName() 274 Tok.getRawIdentifier().str() != "defined") in checkCondition()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 406 if (tok.getRawIdentifier() != "property") in rewritePropertyAttribute() 422 if (tok.getRawIdentifier() == fromAttr) { in rewritePropertyAttribute() 487 if (tok.getRawIdentifier() != "property") in addPropertyAttribute()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | IntegerTypesCheck.cpp | 32 IdentifierInfo &Info = IdentTable.get(Tok.getRawIdentifier()); in getTokenAtLoc()
|
| H A D | ExplicitConstructorCheck.cpp | 112 Tok.getRawIdentifier() == "explicit"; in check()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 128 if (auto *S = CT->getRawIdentifier()) in printModuleDebugInfo()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Token.h | 204 StringRef getRawIdentifier() const { in getRawIdentifier() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | NamespaceCommentCheck.cpp | 70 StringRef ID = T->getRawIdentifier(); in getNamespaceNameAsWritten()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 524 if (CT->getRawIdentifier()) 557 if (!CT || !CT->getRawIdentifier()) 613 Identifier(N->getRawIdentifier()), 630 Identifier == RHS->getRawIdentifier() && 771 if (CT->getRawIdentifier()) 807 if (!CT || !CT->getRawIdentifier())
|
| H A D | DebugInfoMetadata.cpp | 702 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?"); in buildODRType()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugTypeODRUniquingTest.cpp | 173 EXPECT_EQ(&UUID, CT.getRawIdentifier()); in TEST()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 713 assert(!Identifier.getRawIdentifier().empty() && "No raw identifier data!"); in LookUpIdentifierInfo() 719 II = getIdentifierInfo(Identifier.getRawIdentifier()); in LookUpIdentifierInfo()
|
| H A D | ModuleMap.cpp | 1546 StringRef RI = LToken.getRawIdentifier(); in consumeToken() 1663 LToken.getRawIdentifier() == Str; in consumeToken()
|
| H A D | Lexer.cpp | 412 TokStart = Tok.getRawIdentifier().data(); in getSpelling() 668 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble()
|
| H A D | Pragma.cpp | 813 Tok.getRawIdentifier() != Ident) in HandlePragmaModuleBuild()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | IncludeFixer.cpp | 354 Result.append(("::" + IDTok->getRawIdentifier()).str()); in qualifiedByUnresolved()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 560 macro_expansion.append(ti->getRawIdentifier().str()); in ForEachMacro()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 591 (Ty->getRawName() || CTy->getRawIdentifier())) { in createTypeDIE() 593 if (MDString *TypeId = CTy->getRawIdentifier()) in createTypeDIE()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 632 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 1167 if (Result.getRawIdentifier().equals("nil")) { in VisitObjCMessageExpr()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1062 assert(getRawIdentifier() && "Only ODR-uniqued nodes should mutate"); in mutate() 1192 MDString *getRawIdentifier() const { return getOperandAs<MDString>(7); } in getRawIdentifier() function
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 290 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef()
|