Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp116 const auto *MacroII = PP.getIdentifierInfo(Macro); in tryExpandAsInteger() local
117 if (!MacroII) in tryExpandAsInteger()
119 const MacroInfo *MI = PP.getMacroInfo(MacroII); in tryExpandAsInteger()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h135 IdentifierInfo *MacroII = nullptr;
480 MacroII = MacroName; in setMacroIdentifier()
485 bool hasMacroIdentifier() const { return MacroII != nullptr; } in hasMacroIdentifier()
489 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1102 auto *MacroII = MacroName.getIdentifierInfo(); in HandlePragma() local
1103 if (MacroII) in HandlePragma()
1104 PP.dumpMacroInfo(MacroII); in HandlePragma()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5852 const IdentifierInfo *MacroII;
5855 const IdentifierInfo *MacroII)
5857 UnderlyingTy(UnderlyingTy), MacroII(MacroII) {
5863 const IdentifierInfo *getMacroIdentifier() const { return MacroII; }
H A DASTContext.h1890 const IdentifierInfo *MacroII) const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp265 IdentifierInfo *MacroII = PP.getIdentifierInfo(FoundName); in ParseGNUAttributes() local
268 Attrs[i].setMacroIdentifier(MacroII, ExpansionRange.getBegin()); in ParseGNUAttributes()
272 (*LateAttrs)[i]->MacroII = MacroII; in ParseGNUAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1161 IdentifierInfo *MacroII = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9078 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs() local
9079 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h1033 const IdentifierInfo *MacroII) { in RebuildMacroQualifiedType() argument
1034 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5867 const IdentifierInfo *MacroII) const { in getMacroQualifiedType()
5873 MacroQualifiedType(UnderlyingTy, Canon, MacroII); in getMacroQualifiedType()