Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp530 ImplicitMSInheritanceAttrLoc = PragmaLoc; in ActOnPragmaMSPointersToMembers()
H A DSemaType.cpp8522 SourceRange Loc = S.ImplicitMSInheritanceAttrLoc.isValid() in assignInheritanceModel()
8523 ? S.ImplicitMSInheritanceAttrLoc in assignInheritanceModel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4068 AddSourceLocation(SemaRef.ImplicitMSInheritanceAttrLoc, Record); in WriteMSPointersToMembersPragmaOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h440 SourceLocation ImplicitMSInheritanceAttrLoc; variable