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 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/clang/lib/Sema/
SemaDecl.cpp 349 if (CurContext->isRecord()) {
    [all...]
SemaLambda.cpp 27 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
121 if (LexicalDC->isRecord())
124 if (Var->getDeclContext()->isRecord())
    [all...]
CodeCompleteConsumer.cpp 412 if (DC->isRecord() || isa<ObjCContainerDecl>(DC))
SemaTemplate.cpp     [all...]
SemaCXXScopeSpec.cpp 492 !(LookupCtx && LookupCtx->isRecord() &&
    [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp 379 if (!TD->getDeclContext()->isRecord()) {
    [all...]
SemaExprMember.cpp 532 if (!DC->isRecord())
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 847 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord();
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 765 if (D->getDeclContext()->isRecord())
    [all...]
ExprClassification.cpp 454 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord())
DeclBase.cpp 724 getLexicalParent()->getRedeclContext()->isRecord())
    [all...]
ItaniumMangle.cpp 410 if (getEffectiveDeclContext(D)->isRecord())
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 212 return DC->isRecord();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 320 milliseconds