Searched refs:IdInfo (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp384 NestedNameSpecInfo &IdInfo) {
385 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType);
386 LookupResult Found(*this, IdInfo.Identifier, IdInfo.IdentifierLoc,
456 /// \param IdInfo Parser information about an identifier in the
483 bool Sema::BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, argument
489 if (IdInfo.Identifier->isEditorPlaceholder())
491 LookupResult Found(*this, IdInfo.Identifier, IdInfo.IdentifierLoc,
494 QualType ObjectType = GetTypeFromParser(IdInfo
383 isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, NestedNameSpecInfo &IdInfo) argument
833 ActOnCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon, bool OnlyNamespace) argument
878 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, NestedNameSpecInfo &IdInfo, bool EnteringContext) argument
[all...]
H A DTreeTransform.h3948 Sema::NestedNameSpecInfo IdInfo(QNNS->getAsIdentifier(),
3950 if (SemaRef.BuildCXXNestedNameSpecifier(/*Scope=*/nullptr, IdInfo, false,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp77 const auto *IdInfo = Func->getIdentifier(); local
78 if (!IdInfo)
84 return IdInfo->getName() == "insert";
88 const auto *IdInfo = Func->getIdentifier(); local
89 if (!IdInfo)
95 return IdInfo->getName() == "emplace";
99 const auto *IdInfo = Func->getIdentifier(); local
100 if (!IdInfo)
109 return IdInfo->getName() == "erase";
113 const auto *IdInfo local
[all...]
H A DContainerModeling.cpp763 const auto *IdInfo = Func->getIdentifier();
764 if (!IdInfo)
766 return IdInfo->getName().endswith_lower("begin");
770 const auto *IdInfo = Func->getIdentifier();
771 if (!IdInfo)
773 return IdInfo->getName().endswith_lower("end");
H A DIteratorModeling.cpp413 const auto *IdInfo = cast<FunctionDecl>(Call.getDecl())->getIdentifier(); local
414 if (IdInfo) {
415 if (IdInfo->getName() == "advance") {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp49 struct IdInfo { struct in struct:__anon1947::Minimizer
57 LLVM_NODISCARD IdInfo lexIdentifier(const char *First, const char *const End);
546 Minimizer::IdInfo Minimizer::lexIdentifier(const char *First,
551 return IdInfo{Last, StringRef(First, Last - First)};
560 return IdInfo{
608 IdInfo FoundId = lexIdentifier(First, End);
636 IdInfo Id = lexIdentifier(First, End);
696 IdInfo Id = lexIdentifier(First, End);
728 IdInfo FoundId = lexIdentifier(First, End);
836 IdInfo I
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c802 const AH_DEVICE_ID *IdInfo; local
921 IdInfo = AcpiAhMatchHardwareId (Op->Common.Value.String);
922 if (IdInfo)
924 AcpiOsPrintf (" /* %s */", IdInfo->Description);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp390 Sema::NestedNameSpecInfo IdInfo(&II, Tok.getLocation(), Next.getLocation(),
396 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, IdInfo,
456 getCurScope(), IdInfo, EnteringContext, SS, false,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6181 NestedNameSpecInfo &IdInfo);
6184 NestedNameSpecInfo &IdInfo,
6196 /// \param IdInfo Parser information about an identifier in the
6218 NestedNameSpecInfo &IdInfo,
6232 NestedNameSpecInfo &IdInfo,

Completed in 147 milliseconds