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 319 bool isRecord() const { return Kind == K_Record; }
323 StringRef getName() const { assert(isRecord()); return Name; }
324 Record *getRecord() const { assert(isRecord()); return R; }
CodeGenInstruction.cpp 540 if (!isRecord())
AsmMatcherEmitter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 496 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 494 !(LookupCtx && LookupCtx->isRecord() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp 455 !New->getDeclContext()->isRecord())
    [all...]
SemaExprMember.cpp 535 if (!DC->isRecord())
    [all...]
SemaLookup.cpp 402 if (!TD->getDeclContext()->isRecord()) {
    [all...]
SemaCodeComplete.cpp 728 if (DC->isRecord() || isa<ObjCContainerDecl>(DC))
    [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp 932 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord() &&
    [all...]
SemaExprCXX.cpp 741 CurContext->getParent()->getParent()->isRecord()) {
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 475 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord())
CommentSema.cpp 687 if ((!Ctx || !Ctx->isRecord()) &&
    [all...]
Decl.cpp     [all...]
DeclBase.cpp 791 getLexicalParent()->getRedeclContext()->isRecord())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 209 return DC->isRecord();
    [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 524 milliseconds

1 2