Searched defs:isRecord (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h311 bool isRecord() const { return Kind == K_Record; } function in struct:llvm::CodeGenInstAlias::ResultOperand
315 StringRef getName() const { assert(isRecord()); return Name; }
316 Record *getRecord() const { assert(isRecord()); return R; }
/external/clang/include/clang/AST/
H A DDeclBase.h1062 bool isRecord() const { function in class:clang::DeclContext

Completed in 80 milliseconds