Home
last modified time | relevance | path

Searched refs:getDotLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DDesignator.h79 SourceLocation getDotLoc() const { in getDotLoc() function
/external/clang/include/clang/AST/
DExpr.h4160 SourceLocation getDotLoc() const { in getDotLoc() function
4196 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc(); in getLocStart()
/external/clang/lib/AST/
DStmtPrinter.cpp1559 if (D->getDotLoc().isInvalid()) { in VisitDesignatedInitExpr()
/external/clang/lib/Sema/
DSemaInit.cpp1876 DIE->getDesignator(DesigIdx)->getDotLoc(), in ExpandAnonymousFieldDesignator()
2077 SourceLocation Loc = D->getDotLoc(); in CheckDesignatedInitializer()
2681 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(), in ActOnDesignatedInitializer()
DTreeTransform.h8560 D->getDotLoc(), in TransformDesignatedInitExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp752 Writer.AddSourceLocation(D->getDotLoc(), Record); in VisitDesignatedInitExpr()