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.cpp620 ImplicitMSInheritanceAttrLoc = PragmaLoc; in ActOnPragmaMSPointersToMembers()
H A DSemaType.cpp9052 SourceRange Loc = S.ImplicitMSInheritanceAttrLoc.isValid() in assignInheritanceModel()
9053 ? S.ImplicitMSInheritanceAttrLoc in assignInheritanceModel()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4594 AddSourceLocation(SemaRef.ImplicitMSInheritanceAttrLoc, Record); in WriteMSPointersToMembersPragmaOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1477 SourceLocation ImplicitMSInheritanceAttrLoc; variable