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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 2283 SourceLocation IvarRBraceLoc;
2290 SourceLocation IvarRBraceLoc = SourceLocation());
2306 SourceLocation IvarRBraceLoc=SourceLocation());
2402 void setIvarRBraceLoc(SourceLocation Loc) { IvarRBraceLoc = Loc; }
2403 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; }
2543 SourceLocation IvarRBraceLoc;
2563 SourceLocation IvarRBraceLoc=SourceLocation())
2569 IvarLBraceLoc(IvarLBraceLoc), IvarRBraceLoc(IvarRBraceLoc),
2585 SourceLocation IvarRBraceLoc=SourceLocation())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 2036 SourceLocation IvarRBraceLoc)
2039 IvarLBraceLoc(IvarLBraceLoc), IvarRBraceLoc(IvarRBraceLoc) {
2051 SourceLocation IvarRBraceLoc) {
2055 IvarRBraceLoc);
2212 SourceLocation IvarRBraceLoc) {
2217 IvarLBraceLoc, IvarRBraceLoc);

Completed in 17 milliseconds