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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 2401 SourceLocation getIvarLBraceLoc() const { return IvarLBraceLoc; }
2678 SourceLocation getIvarLBraceLoc() const { return IvarLBraceLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 835 Record.AddSourceLocation(D->getIvarLBraceLoc());
890 Record.AddSourceLocation(D->getIvarLBraceLoc());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 4363 auto ToIvarLBraceLoc = importChecked(Err, D->getIvarLBraceLoc());
5032 auto ToIvarLBraceLoc = importChecked(Err, D->getIvarLBraceLoc());

Completed in 87 milliseconds