Searched defs:getFieldLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DDesignator.h84 SourceLocation getFieldLoc() const { function in class:clang::Designator
/external/clang/include/clang/AST/
H A DExpr.h4101 SourceLocation getFieldLoc() const { function in class:clang::StringLiteral::DesignatedInitExpr::Designator
4132 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc();
4137 return Kind == FieldDesignator ? getFieldLoc() : getRBracketLoc();

Completed in 1135 milliseconds