Searched refs:DotLoc (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Sema/ |
D | 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()
|
/external/clang/lib/Parse/ |
D | ParseInit.cpp | 168 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local 175 Desig.AddDesignator(Designator::getField(Tok.getIdentifierInfo(), DotLoc, in ParseInitializerWithPotentialDesignator()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1809 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) in OffsetOfNode() argument 1810 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc), in OffsetOfNode() 1814 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode() argument 1816 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc), in OffsetOfNode() 4002 unsigned DotLoc; member 4048 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator() argument 4052 Field.DotLoc = DotLoc.getRawEncoding(); in Designator() 4097 return SourceLocation::getFromRawEncoding(Field.DotLoc); in getDotLoc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1746 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local 1750 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction() 1752 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1693 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local 1697 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction() 1699 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 790 SourceLocation DotLoc in VisitDesignatedInitExpr() local 794 Designators.push_back(Designator(Field->getIdentifier(), DotLoc, in VisitDesignatedInitExpr() 802 SourceLocation DotLoc in VisitDesignatedInitExpr() local 806 Designators.push_back(Designator(Name, DotLoc, FieldLoc)); in VisitDesignatedInitExpr()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3632 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc); in getLocStart()
|