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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDesignator.h47 unsigned DotLoc; member in struct:clang::Designator::FieldDesignatorInfo
81 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc);
126 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, argument
131 D.FieldInfo.DotLoc = DotLoc.getRawEncoding();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp186 SourceLocation DotLoc = ConsumeToken(); local
193 Desig.AddDesignator(Designator::getField(Tok.getIdentifierInfo(), DotLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1794 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, argument
1796 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc),
1800 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, argument
1802 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc),
3970 unsigned DotLoc;
4016 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc,
4020 Field.DotLoc = DotLoc
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1231 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); local
1235 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64()));
1237 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64()));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp757 SourceLocation DotLoc local
761 Designators.push_back(Designator(Field->getIdentifier(), DotLoc,
769 SourceLocation DotLoc local
773 Designators.push_back(Designator(Name, DotLoc, FieldLoc));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3796 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc);

Completed in 150 milliseconds