Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp530 ImplicitMSInheritanceAttrLoc = PragmaLoc; in ActOnPragmaMSPointersToMembers()
H A DSemaType.cpp8557 SourceRange Loc = S.ImplicitMSInheritanceAttrLoc.isValid() in assignInheritanceModel()
8558 ? S.ImplicitMSInheritanceAttrLoc in assignInheritanceModel()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4068 AddSourceLocation(SemaRef.ImplicitMSInheritanceAttrLoc, Record); in WriteMSPointersToMembersPragmaOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h443 SourceLocation ImplicitMSInheritanceAttrLoc; variable