Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp308 Peek().getRawIdentifier() == "abi") in ConsumeAbiTag()
335 Peek().getRawIdentifier() == g_anonymous) { in ConsumeAnonymousNamespace()
359 Peek().getRawIdentifier() == g_lambda) { in ConsumeLambda()
777 auto it = kw_map.find(token.getRawIdentifier()); in ExtractTokens()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp95 if (auto *S = CT->getRawIdentifier()) in printModuleDebugInfo()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h212 StringRef getRawIdentifier() const { in getRawIdentifier() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h581 if (CT->getRawIdentifier())
614 if (!CT || !CT->getRawIdentifier())
670 Identifier(N->getRawIdentifier()),
687 Identifier == RHS->getRawIdentifier() &&
827 if (CT->getRawIdentifier())
863 if (!CT || !CT->getRawIdentifier())
H A DDebugInfoMetadata.cpp805 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?"); in buildODRType()
H A DVerifier.cpp1438 if (CT && CT->getRawIdentifier() && in visitDISubprogram()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp696 assert(!Identifier.getRawIdentifier().empty() && "No raw identifier data!"); in LookUpIdentifierInfo()
702 II = getIdentifierInfo(Identifier.getRawIdentifier()); in LookUpIdentifierInfo()
H A DLexer.cpp415 TokStart = Tok.getRawIdentifier().data(); in getSpelling()
671 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble()
714 TheTok.getRawIdentifier() == "module" && in ComputePreamble()
H A DModuleMap.cpp1617 StringRef RI = LToken.getRawIdentifier(); in consumeToken()
1734 LToken.getRawIdentifier() == Str; in consumeToken()
H A DPragma.cpp825 Tok.getRawIdentifier() != Ident) in HandlePragmaModuleBuild()
H A DPPDirectives.cpp618 StringRef RI = Tok.getRawIdentifier(); in SkipExcludedConditionalBlock()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp619 macro_expansion.append(ti->getRawIdentifier().str()); in ForEachMacro()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp590 (Ty->getRawName() || CTy->getRawIdentifier())) { in createTypeDIE()
592 if (MDString *TypeId = CTy->getRawIdentifier()) in createTypeDIE()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp583 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1162 if (Result.getRawIdentifier().equals("nil")) { in VisitObjCMessageExpr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1114 assert(getRawIdentifier() && "Only ODR-uniqued nodes should mutate"); in mutate()
1244 MDString *getRawIdentifier() const { return getOperandAs<MDString>(7); } in getRawIdentifier() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp290 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp327 if (Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == attrName) { in LocPropertyAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1479 Record.push_back(VE.getMetadataOrNullID(N->getRawIdentifier())); in writeDICompositeType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1830 Record.push_back(VE.getMetadataOrNullID(N->getRawIdentifier())); in writeDICompositeType()