Searched refs:DotLoc (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Designator.h | 47 unsigned DotLoc; member 81 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc); in getDotLoc() 126 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, in getField() argument 131 D.FieldInfo.DotLoc = DotLoc.getRawEncoding(); in getField()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseInit.cpp | 168 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local 175 Desig.AddDesignator(Designator::getField(Tok.getIdentifierInfo(), DotLoc, in ParseInitializerWithPotentialDesignator()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Expr.h | 1827 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, in OffsetOfNode() argument 1829 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc), in OffsetOfNode() 1833 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode() argument 1835 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc), in OffsetOfNode() 4009 unsigned DotLoc; member 4055 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator() argument 4059 Field.DotLoc = DotLoc.getRawEncoding(); in Designator() 4104 return SourceLocation::getFromRawEncoding(Field.DotLoc); in getDotLoc()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/AsmParser/ |
| HD | PPCAsmParser.cpp | 1658 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local 1662 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction() 1664 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 756 SourceLocation DotLoc in VisitDesignatedInitExpr() local 760 Designators.push_back(Designator(Field->getIdentifier(), DotLoc, in VisitDesignatedInitExpr() 768 SourceLocation DotLoc in VisitDesignatedInitExpr() local 772 Designators.push_back(Designator(Name, DotLoc, FieldLoc)); in VisitDesignatedInitExpr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Expr.cpp | 3980 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc); in getLocStart()
|