Home
last modified time | relevance | path

Searched refs:ImplicitMSInheritanceAttrLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp623 ImplicitMSInheritanceAttrLoc = PragmaLoc; in ActOnPragmaMSPointersToMembers()
H A DSemaType.cpp8786 SourceRange Loc = S.ImplicitMSInheritanceAttrLoc.isValid() in assignInheritanceModel()
8787 ? S.ImplicitMSInheritanceAttrLoc in assignInheritanceModel()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4265 AddSourceLocation(SemaRef.ImplicitMSInheritanceAttrLoc, Record); in WriteMSPointersToMembersPragmaOptions()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h441 SourceLocation ImplicitMSInheritanceAttrLoc; variable