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.h4165 SourceLocation getFieldLoc() const { function in class:clang::StringLiteral::DesignatedInitExpr::Designator
4196 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc();
4201 return Kind == FieldDesignator ? getFieldLoc() : getRBracketLoc();

Completed in 101 milliseconds