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.h4100 SourceLocation getDotLoc() const { in getDotLoc() function
4136 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc(); in getLocStart()
/external/clang/lib/Sema/
DSemaInit.cpp1790 DIE->getDesignator(DesigIdx)->getDotLoc(), in ExpandAnonymousFieldDesignator()
1936 SourceLocation Loc = D->getDotLoc(); in CheckDesignatedInitializer()
2523 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(), in ActOnDesignatedInitializer()
DTreeTransform.h7908 D->getDotLoc(), in TransformDesignatedInitExpr()
/external/clang/lib/AST/
DStmtPrinter.cpp1402 if (D->getDotLoc().isInvalid()) { in VisitDesignatedInitExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp722 Writer.AddSourceLocation(D->getDotLoc(), Record); in VisitDesignatedInitExpr()