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.h148 IdentifierInfo *MacroII = nullptr;
497 MacroII = MacroName; in setMacroIdentifier()
502 bool hasMacroIdentifier() const { return MacroII != nullptr; } in hasMacroIdentifier()
506 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier()
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5640 const IdentifierInfo *MacroII;
5643 const IdentifierInfo *MacroII)
5645 UnderlyingTy(UnderlyingTy), MacroII(MacroII) {
5651 const IdentifierInfo *getMacroIdentifier() const { return MacroII; }
H A DASTContext.h1704 const IdentifierInfo *MacroII) const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp301 IdentifierInfo *MacroII = PP.getIdentifierInfo(FoundName); in ParseGNUAttributes() local
304 Attrs[i].setMacroIdentifier(MacroII, ExpansionRange.getBegin()); in ParseGNUAttributes()
308 (*LateAttrs)[i]->MacroII = MacroII; in ParseGNUAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1373 IdentifierInfo *MacroII = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8793 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs() local
8794 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h1028 const IdentifierInfo *MacroII) { in RebuildMacroQualifiedType() argument
1029 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5477 const IdentifierInfo *MacroII) const { in getMacroQualifiedType()
5483 MacroQualifiedType(UnderlyingTy, Canon, MacroII); in getMacroQualifiedType()