Home
last modified time | relevance | path

Searched refs:getRawIdentifier (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/android/
H A DComparisonInTempFailureRetryCheck.cpp75 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 DHeaderIncludes.cpp64 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 DCPlusPlusNameParser.cpp258 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 DRedundantVoidArgCheck.cpp121 IdentifierTable::iterator It = Idents.find(ProtoToken.getRawIdentifier()); in isMacroIdentifier()
199 else if (ProtoToken.getRawIdentifier() == "void") { in removeVoidArgumentTokens()
H A DMacroToEnumCheck.cpp79 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 DTransforms.cpp406 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 DIntegerTypesCheck.cpp32 IdentifierInfo &Info = IdentTable.get(Tok.getRawIdentifier()); in getTokenAtLoc()
H A DExplicitConstructorCheck.cpp112 Tok.getRawIdentifier() == "explicit"; in check()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp128 if (auto *S = CT->getRawIdentifier()) in printModuleDebugInfo()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DToken.h204 StringRef getRawIdentifier() const { in getRawIdentifier() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp70 StringRef ID = T->getRawIdentifier(); in getNamespaceNameAsWritten()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h524 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 DDebugInfoMetadata.cpp702 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?"); in buildODRType()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugTypeODRUniquingTest.cpp173 EXPECT_EQ(&UUID, CT.getRawIdentifier()); in TEST()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp713 assert(!Identifier.getRawIdentifier().empty() && "No raw identifier data!"); in LookUpIdentifierInfo()
719 II = getIdentifierInfo(Identifier.getRawIdentifier()); in LookUpIdentifierInfo()
H A DModuleMap.cpp1546 StringRef RI = LToken.getRawIdentifier(); in consumeToken()
1663 LToken.getRawIdentifier() == Str; in consumeToken()
H A DLexer.cpp412 TokStart = Tok.getRawIdentifier().data(); in getSpelling()
668 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble()
H A DPragma.cpp813 Tok.getRawIdentifier() != Ident) in HandlePragmaModuleBuild()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeFixer.cpp354 Result.append(("::" + IDTok->getRawIdentifier()).str()); in qualifiedByUnresolved()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp560 macro_expansion.append(ti->getRawIdentifier().str()); in ForEachMacro()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp591 (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 DTokens.cpp632 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1167 if (Result.getRawIdentifier().equals("nil")) { in VisitObjCMessageExpr()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1062 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 DMetadataLoader.cpp290 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef()

12