/external/llvm-project/clang/include/clang/Sema/ |
D | Designator.h | 46 unsigned DotLoc; member 80 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc); in getDotLoc() 125 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, in getField() argument 130 D.FieldInfo.DotLoc = DotLoc.getRawEncoding(); in getField()
|
/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/llvm-project/clang/lib/Parse/ |
D | ParseInit.cpp | 199 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local 211 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/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 2309 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) in OffsetOfNode() argument 2310 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc), in OffsetOfNode() 2314 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode() argument 2316 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc), in OffsetOfNode() 4997 unsigned DotLoc; member 5043 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator() argument 5047 Field.DotLoc = DotLoc.getRawEncoding(); in Designator() 5092 return SourceLocation::getFromRawEncoding(Field.DotLoc); in getDotLoc()
|
/external/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1544 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local 1548 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction() 1550 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1582 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local 1586 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction() 1588 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/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1215 SourceLocation DotLoc = readSourceLocation(); in VisitDesignatedInitExpr() local 1217 Designators.push_back(Designator(Field->getIdentifier(), DotLoc, in VisitDesignatedInitExpr() 1225 SourceLocation DotLoc = readSourceLocation(); in VisitDesignatedInitExpr() local 1227 Designators.push_back(Designator(Name, DotLoc, FieldLoc)); in VisitDesignatedInitExpr()
|
/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()
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 4218 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc); in getBeginLoc()
|