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

1 2

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 321 bool isRecord() const { return Kind == K_Record; }
325 StringRef getName() const { assert(isRecord()); return Name; }
326 Record *getRecord() const { assert(isRecord()); return R; }
CodeGenInstruction.cpp 557 if (!isRecord())
AsmMatcherEmitter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 541 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 539 !(LookupCtx && LookupCtx->isRecord() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp 473 !New->getDeclContext()->isRecord())
    [all...]
SemaExprMember.cpp 537 if (!DC->isRecord())
    [all...]
SemaLookup.cpp 403 if (!TD->getDeclContext()->isRecord()) {
    [all...]
SemaCodeComplete.cpp 727 if (DC->isRecord() || isa<ObjCContainerDecl>(DC))
    [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp 905 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord() &&
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 478 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord())
DeclBase.cpp 812 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 253 return DC->isRecord();
    [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 458 milliseconds

1 2