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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 5865 /// getEncodedElementAccess - Encode the elements accessed into an llvm
5867 void getEncodedElementAccess(SmallVectorImpl<uint32_t> &Elts) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 4066 /// getEncodedElementAccess - We encode the fields as a llvm ConstantArray.
4067 void ExtVectorElementExpr::getEncodedElementAccess(
ExprConstant.cpp 7766 E->getEncodedElementAccess(Indices);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 4117 E->getEncodedElementAccess(Indices);

Completed in 61 milliseconds