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

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

Completed in 155 milliseconds