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

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

Completed in 70 milliseconds