Home
last modified time | relevance | path

Searched refs:isStatement (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h48 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() function
123 bool isStatement() const { return LineInf.isStatement(); } in isStatement() function
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBLineNumber.h32 virtual bool isStatement() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIALineNumber.h33 bool isStatement() const override;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp73 bool DIALineNumber::isStatement() const { in isStatement() function in DIALineNumber
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp72 PDB_ColorItem StatementColor = Line->isStatement() in start()
DLLVMOutputStyle.cpp570 P.printBoolean("IsStatement", LI.isStatement()); in dumpDbiStream()
/external/flatbuffers/src/
Didl_gen_js.cpp382 bool isStatement = struct_def.defined_namespace->components.empty(); in GenStruct() local
385 if (isStatement) { in GenStruct()
406 code += isStatement ? "}\n\n" : "};\n\n"; in GenStruct()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp927 W.printBoolean("IsStatement", LI.isStatement()); in printCodeViewSymbolSection()