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

/netbsd-current/external/apache2/llvm/dist/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.h4050 Sema::NestedNameSpecInfo IdInfo(QNNS->getAsIdentifier(),
4053 if (SemaRef.BuildCXXNestedNameSpecifier(/*Scope=*/nullptr, IdInfo, false,
/netbsd-current/external/apache2/llvm/dist/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.cpp438 const auto *IdInfo = cast<FunctionDecl>(Call.getDecl())->getIdentifier(); local
439 if (IdInfo) {
440 if (IdInfo->getName() == "advance") {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp49 struct IdInfo { struct in struct:__anon697::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...]
/netbsd-current/sys/external/bsd/acpica/dist/disassembler/
H A Ddmopcode.c694 const AH_DEVICE_ID *IdInfo; local
813 IdInfo = AcpiAhMatchHardwareId (Op->Common.Value.String);
814 if (IdInfo)
816 AcpiOsPrintf (" /* %s */", IdInfo->Description);
/netbsd-current/external/apache2/llvm/dist/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,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6437 NestedNameSpecInfo &IdInfo);
6440 NestedNameSpecInfo &IdInfo,
6452 /// \param IdInfo Parser information about an identifier in the
6474 NestedNameSpecInfo &IdInfo,
6488 NestedNameSpecInfo &IdInfo,

Completed in 391 milliseconds