Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp721 ImplicitMSInheritanceAttrLoc = PragmaLoc; in ActOnPragmaMSPointersToMembers()
H A DSemaType.cpp9337 SourceRange Loc = S.ImplicitMSInheritanceAttrLoc.isValid() in assignInheritanceModel()
9338 ? S.ImplicitMSInheritanceAttrLoc in assignInheritanceModel()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5118 AddSourceLocation(SemaRef.ImplicitMSInheritanceAttrLoc, Record); in WriteMSPointersToMembersPragmaOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1791 SourceLocation ImplicitMSInheritanceAttrLoc; variable