Searched refs:DotLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h46 unsigned DotLoc; member in struct:clang::Designator::FieldDesignatorInfo
80 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc);
125 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, argument
130 D.FieldInfo.DotLoc = DotLoc.getRawEncoding();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp194 SourceLocation DotLoc = ConsumeToken(); local
201 Desig.AddDesignator(Designator::getField(Tok.getIdentifierInfo(), DotLoc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2202 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) argument
2203 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc),
2207 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, argument
2209 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc),
4694 unsigned DotLoc; member in struct:clang::final::final::FieldDesignator
4740 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, argument
4744 Field.DotLoc = DotLoc
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1582 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); local
1586 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64()));
1588 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1101 SourceLocation DotLoc = readSourceLocation(); local
1103 Designators.push_back(Designator(Field->getIdentifier(), DotLoc,
1111 SourceLocation DotLoc = readSourceLocation(); local
1113 Designators.push_back(Designator(Name, DotLoc, FieldLoc));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4402 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc);

Completed in 104 milliseconds