Home
last modified time | relevance | path

Searched defs:DotLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DDesignator.h47 unsigned DotLoc; member
126 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, in getField()
/external/clang/lib/Parse/
DParseInit.cpp186 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp670 SourceLocation DotLoc in VisitDesignatedInitExpr() local
682 SourceLocation DotLoc in VisitDesignatedInitExpr() local
/external/clang/include/clang/AST/
DExpr.h1696 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, in OffsetOfNode()
1702 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode()
3740 unsigned DotLoc; member
3786 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator()