HomeSort by: relevance | last modified time | path
    Searched refs:EqualOrColonLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 4960 SourceLocation EqualOrColonLoc;
4980 SourceLocation EqualOrColonLoc, bool GNUSyntax,
5146 SourceLocation EqualOrColonLoc,
5178 SourceLocation getEqualOrColonLoc() const { return EqualOrColonLoc; }
5179 void setEqualOrColonLoc(SourceLocation L) { EqualOrColonLoc = L; }
5183 bool isDirectInit() const { return EqualOrColonLoc.isInvalid(); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 4220 SourceLocation EqualOrColonLoc,
4225 EqualOrColonLoc(EqualOrColonLoc), GNUSyntax(GNUSyntax),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 3177 SourceLocation EqualOrColonLoc,
3263 EqualOrColonLoc, GNUSyntax,
TreeTransform.h 2735 SourceLocation EqualOrColonLoc,
2739 = SemaRef.ActOnDesignatedInitializer(Desig, EqualOrColonLoc, GNUSyntax,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5437 SourceLocation EqualOrColonLoc,

Completed in 48 milliseconds