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

1 2

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 323 bool isRecord() const { return Kind == K_Record; }
327 StringRef getName() const { assert(isRecord()); return Name; }
328 Record *getRecord() const { assert(isRecord()); return R; }
CodeGenInstruction.cpp 558 if (!isRecord())
AsmMatcherEmitter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 540 if (CurContext->isRecord()) {
    [all...]
SemaLambda.cpp 247 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
297 if (LexicalDC->isRecord())
300 if (Var->getDeclContext()->isRecord())
    [all...]
SemaTemplateInstantiateDecl.cpp 33 if (DC->isRecord())
    [all...]
SemaCXXScopeSpec.cpp 542 !(LookupCtx && LookupCtx->isRecord() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprMember.cpp 536 if (!DC->isRecord())
    [all...]
SemaCodeComplete.cpp 727 if (DC->isRecord() || isa<ObjCContainerDecl>(DC))
    [all...]
SemaLookup.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp 917 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord() &&
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 486 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord())
DeclBase.cpp 852 getLexicalParent()->getRedeclContext()->isRecord())
    [all...]
CommentSema.cpp 687 if ((!Ctx || !Ctx->isRecord()) &&
    [all...]
Decl.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 256 return DC->isRecord();
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]

Completed in 416 milliseconds

1 2