HomeSort by relevance Sort by last modified time
    Searched refs:isRecord (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 324 bool isRecord() const { return Kind == K_Record; }
328 StringRef getName() const { assert(isRecord()); return Name; }
329 Record *getRecord() const { assert(isRecord()); return R; }
CodeGenInstruction.cpp 562 if (!isRecord())
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 298 bool isRecord() const { return Kind == K_Record; }
302 StringRef getName() const { assert(isRecord()); return Name; }
303 Record *getRecord() const { assert(isRecord()); return R; }
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h 336 bool isRecord() const { return Kind == K_Record; }
340 StringRef getName() const { assert(isRecord()); return Name; }
341 Record *getRecord() const { assert(isRecord()); return R; }
CodeGenInstruction.cpp 582 if (!isRecord())
  /external/clang/lib/Sema/
SemaDecl.cpp 584 if (CurContext->isRecord()) {
    [all...]
SemaLambda.cpp 248 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
298 if (LexicalDC->isRecord())
301 if (Var->getDeclContext()->isRecord())
    [all...]
SemaTemplateInstantiateDecl.cpp 33 if (DC->isRecord())
    [all...]
SemaCXXScopeSpec.cpp 566 !(LookupCtx && LookupCtx->isRecord() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprMember.cpp 550 if (!DC->isRecord())
    [all...]
SemaCodeComplete.cpp 744 if (DC->isRecord() || isa<ObjCContainerDecl>(DC))
    [all...]
SemaLookup.cpp     [all...]
  /external/python/cpython2/Mac/Modules/ae/
_AEmodule.c 994 Boolean isRecord;
1001 &isRecord))
1005 isRecord,
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 487 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord())
DeclBase.cpp 895 getLexicalParent()->getRedeclContext()->isRecord())
    [all...]
CommentSema.cpp 685 if ((!Ctx || !Ctx->isRecord()) &&
    [all...]
Decl.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 324 return DC->isRecord();
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]

Completed in 1924 milliseconds

1 2