| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 308 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/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 63 Tok.getRawIdentifier() == Name && !Lex.LexFromRawLexer(Tok) && in checkAndConsumeDirectiveWithName() 65 (!RawIDName || Tok.getRawIdentifier() == *RawIDName); in checkAndConsumeDirectiveWithName() 130 Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == "include") { in checkAndConsumeInclusiveDirective()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 93 if (auto *S = CT->getRawIdentifier()) in printModuleDebugInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Token.h | 215 StringRef getRawIdentifier() const { in getRawIdentifier() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 662 if (CT->getRawIdentifier()) 773 if (!CT || !CT->getRawIdentifier()) 835 Identifier(N->getRawIdentifier()), 855 Identifier == RHS->getRawIdentifier() && 1002 if (auto *ID = CT->getRawIdentifier()) 1045 if (!CT || !CT->getRawIdentifier())
|
| H A D | DebugInfoMetadata.cpp | 1082 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?"); in buildODRType()
|
| H A D | Verifier.cpp | 1553 if (CT && CT->getRawIdentifier() && in visitDISubprogram()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMapFile.cpp | 860 StringRef RI = LToken.getRawIdentifier(); in consumeToken() 961 LToken.getRawIdentifier() == Str; in consumeToken()
|
| H A D | Preprocessor.cpp | 716 assert(!Identifier.getRawIdentifier().empty() && "No raw identifier data!"); in LookUpIdentifierInfo() 722 II = getIdentifierInfo(Identifier.getRawIdentifier()); in LookUpIdentifierInfo()
|
| H A D | Lexer.cpp | 459 TokStart = Tok.getRawIdentifier().data(); in getSpelling() 714 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() 757 TheTok.getRawIdentifier() == "module" && in ComputePreamble()
|
| H A D | Pragma.cpp | 818 Tok.getRawIdentifier() != Ident) in HandlePragmaModuleBuild()
|
| H A D | PPDirectives.cpp | 645 StringRef RI = Tok.getRawIdentifier(); in SkipExcludedConditionalBlock()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 618 macro_expansion.append(ti->getRawIdentifier().str()); in ForEachMacro()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 610 (Ty->getRawName() || CTy->getRawIdentifier())) { in createTypeDIE() 612 if (MDString *TypeId = CTy->getRawIdentifier()) { in createTypeDIE() 1174 if (CTy->getRuntimeLang() == dwarf::DW_LANG_Swift && CTy->getRawIdentifier()) in constructTypeDIE()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 582 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 1165 StringRef RawIdent = T.getRawIdentifier(); in highlightLines()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 1156 if (Result.getRawIdentifier() == "nil") { in VisitObjCMessageExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1583 assert(getRawIdentifier() && "Only ODR-uniqued nodes should mutate"); in mutate() 1672 getRawIdentifier(), getDiscriminator(), getRawDataLocation(), in cloneImpl() 1820 MDString *getRawIdentifier() const { in getRawIdentifier() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 287 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 328 if (Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == attrName) { in LocPropertyAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1478 Record.push_back(VE.getMetadataOrNullID(N->getRawIdentifier())); in writeDICompositeType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2053 Record.push_back(VE.getMetadataOrNullID(N->getRawIdentifier())); in writeDICompositeType()
|