Home
last modified time | relevance | path

Searched refs:MacroII (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp115 const auto *MacroII = PP.getIdentifierInfo(Macro); in tryExpandAsInteger() local
116 if (!MacroII) in tryExpandAsInteger()
118 const MacroInfo *MI = PP.getMacroInfo(MacroII); in tryExpandAsInteger()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h143 IdentifierInfo *MacroII = nullptr;
477 MacroII = MacroName; in setMacroIdentifier()
482 bool hasMacroIdentifier() const { return MacroII != nullptr; } in hasMacroIdentifier()
486 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1109 auto *MacroII = MacroName.getIdentifierInfo(); in HandlePragma() local
1110 if (MacroII) in HandlePragma()
1111 PP.dumpMacroInfo(MacroII); in HandlePragma()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4786 const IdentifierInfo *MacroII;
4789 const IdentifierInfo *MacroII)
4791 UnderlyingTy(UnderlyingTy), MacroII(MacroII) {
4797 const IdentifierInfo *getMacroIdentifier() const { return MacroII; }
H A DASTContext.h1642 const IdentifierInfo *MacroII) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp268 IdentifierInfo *MacroII = PP.getIdentifierInfo(FoundName); in ParseGNUAttributes() local
271 Attrs[i].setMacroIdentifier(MacroII, ExpansionRange.getBegin()); in ParseGNUAttributes()
275 (*LateAttrs)[i]->MacroII = MacroII; in ParseGNUAttributes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1337 IdentifierInfo *MacroII = nullptr; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9099 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs() local
9100 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h1013 const IdentifierInfo *MacroII) { in RebuildMacroQualifiedType() argument
1014 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5069 const IdentifierInfo *MacroII) const { in getMacroQualifiedType()
5075 MacroQualifiedType(UnderlyingTy, Canon, MacroII); in getMacroQualifiedType()