Home
last modified time | relevance | path

Searched refs:EqualOrColonLoc (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h3969 SourceLocation EqualOrColonLoc;
3990 SourceLocation EqualOrColonLoc, bool GNUSyntax,
4154 SourceLocation EqualOrColonLoc,
4216 SourceLocation getEqualOrColonLoc() const { return EqualOrColonLoc; } in getEqualOrColonLoc()
4217 void setEqualOrColonLoc(SourceLocation L) { EqualOrColonLoc = L; } in setEqualOrColonLoc()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp3872 SourceLocation EqualOrColonLoc, in DesignatedInitExpr() argument
3881 EqualOrColonLoc(EqualOrColonLoc), GNUSyntax(GNUSyntax), in DesignatedInitExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h2019 SourceLocation EqualOrColonLoc, in RebuildDesignatedInitExpr() argument
2023 = SemaRef.ActOnDesignatedInitializer(Desig, EqualOrColonLoc, GNUSyntax, in RebuildDesignatedInitExpr()