Searched refs:AccessorLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h4455 SourceLocation AccessorLoc; member in class:clang::StringLiteral::DesignatedInitExpr::ExtVectorElementExpr
4464 Base(base), Accessor(&accessor), AccessorLoc(loc) {}
4477 SourceLocation getAccessorLoc() const { return AccessorLoc; }
4478 void setAccessorLoc(SourceLocation L) { AccessorLoc = L; }
4494 SourceLocation getLocEnd() const LLVM_READONLY { return AccessorLoc; }
/external/clang/lib/Sema/
H A DTreeTransform.h1893 SourceLocation AccessorLoc,
1897 DeclarationNameInfo NameInfo(&Accessor, AccessorLoc);
1891 RebuildExtVectorElementExpr(Expr *Base, SourceLocation OpLoc, SourceLocation AccessorLoc, IdentifierInfo &Accessor) argument

Completed in 100 milliseconds