/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 | 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 95 if (auto *S = CT->getRawIdentifier()) in printModuleDebugInfo()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 407 if (tok.getRawIdentifier() != "property") in rewritePropertyAttribute() 423 if (tok.getRawIdentifier() == fromAttr) { in rewritePropertyAttribute() 488 if (tok.getRawIdentifier() != "property") in addPropertyAttribute()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Token.h | 213 StringRef getRawIdentifier() const { in getRawIdentifier() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 588 if (CT->getRawIdentifier()) 621 if (!CT || !CT->getRawIdentifier()) 677 Identifier(N->getRawIdentifier()), 694 Identifier == RHS->getRawIdentifier() && 834 if (auto *ID = CT->getRawIdentifier()) 877 if (!CT || !CT->getRawIdentifier())
|
H A D | DebugInfoMetadata.cpp | 815 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?"); in buildODRType()
|
H A D | Verifier.cpp | 1482 if (CT && CT->getRawIdentifier() && in visitDISubprogram()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 700 assert(!Identifier.getRawIdentifier().empty() && "No raw identifier data!"); in LookUpIdentifierInfo() 706 II = getIdentifierInfo(Identifier.getRawIdentifier()); in LookUpIdentifierInfo()
|
H A D | Lexer.cpp | 460 TokStart = Tok.getRawIdentifier().data(); in getSpelling() 716 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() 759 TheTok.getRawIdentifier() == "module" && in ComputePreamble()
|
H A D | ModuleMap.cpp | 1621 StringRef RI = LToken.getRawIdentifier(); in consumeToken() 1738 LToken.getRawIdentifier() == Str; in consumeToken()
|
H A D | Pragma.cpp | 825 Tok.getRawIdentifier() != Ident) in HandlePragmaModuleBuild()
|
H A D | PPDirectives.cpp | 619 StringRef RI = Tok.getRawIdentifier(); in SkipExcludedConditionalBlock()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 608 macro_expansion.append(ti->getRawIdentifier().str()); in ForEachMacro()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 588 (Ty->getRawName() || CTy->getRawIdentifier())) { in createTypeDIE() 590 if (MDString *TypeId = CTy->getRawIdentifier()) { in createTypeDIE()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 584 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1168 StringRef RawIdent = T.getRawIdentifier(); in highlightLines()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 1162 if (Result.getRawIdentifier() == "nil") { in VisitObjCMessageExpr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1172 assert(getRawIdentifier() && "Only ODR-uniqued nodes should mutate"); in mutate() 1302 MDString *getRawIdentifier() const { return getOperandAs<MDString>(7); } in getRawIdentifier() function
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 290 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 327 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 | 1921 Record.push_back(VE.getMetadataOrNullID(N->getRawIdentifier())); in writeDICompositeType()
|