HomeSort by: relevance | last modified time | path
    Searched defs:getField (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Record.cpp 30 const Record::Field *Record::getField(const FieldDecl *FD) const {
Record.h 57 const Field *getField(const FieldDecl *FD) const;
69 Field *getField(unsigned I) { return &Fields[I]; }
Pointer.h 223 const FieldDecl *getField() const { return getFieldDesc()->asFieldDecl(); }
  /src/external/apache2/llvm/dist/clang/utils/ABITest/
TypeGen.py 93 def getField(t):
100 ' '.join(map(getField, self.fields)))
103 def getField(it):
113 fields = [getField(f) for f in enumerate(self.fields)]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Designator.h 75 const IdentifierInfo *getField() const {
127 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 305 TBAAStructTypeNode getField(uint64_t &Offset) const {
342 "TBAAStructTypeNode::getField should have an offset match!");
633 BaseType = BaseType.getField(OffsetInBase);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 711 auto getField = [](const OptimizedStructLayoutField &LayoutField) -> Field & {
719 auto &F = getField(LayoutField);
731 auto &F = getField(LayoutField);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1342 FieldDecl *getField() { return Field; }
1343 const FieldDecl *getField() const { return Field; }
Expr.h 2336 FieldDecl *getField() const {
5082 FieldDecl *getField() const {

Completed in 36 milliseconds