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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 310 bool isRecord() const { return Kind == K_Record; }
314 StringRef getName() const { assert(isRecord()); return Name; }
315 Record *getRecord() const { assert(isRecord()); return R; }
AsmMatcherEmitter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 388 if (CurContext->isRecord()) {
    [all...]
SemaLambda.cpp 28 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
119 if (LexicalDC->isRecord())
122 if (Var->getDeclContext()->isRecord())
    [all...]
SemaDeclCXX.cpp     [all...]
SemaCXXScopeSpec.cpp 485 !(LookupCtx && LookupCtx->isRecord() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp 385 if (!TD->getDeclContext()->isRecord()) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprMember.cpp 524 if (!DC->isRecord())
    [all...]
SemaCodeComplete.cpp 730 if (DC->isRecord() || isa<ObjCContainerDecl>(DC))
    [all...]
SemaOverload.cpp 923 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord();
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ExprClassification.cpp 467 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord())
CommentSema.cpp 672 if ((!Ctx || !Ctx->isRecord()) &&
    [all...]
DeclBase.cpp 754 getLexicalParent()->getRedeclContext()->isRecord())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 207 return DC->isRecord();
861 return getKind() != Decl::ParmVar && getDeclContext()->isRecord();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 340 milliseconds