Searched refs:isStatement (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIALineNumber.h33 bool isStatement() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBLineNumber.h32 virtual bool isStatement() const = 0;
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h48 bool isStatement() const { return (LineData & StatementFlag) != 0; } function
123 bool isStatement() const { return LineInf.isStatement(); } function in class:llvm::codeview::LineInfo::Line
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp73 bool DIALineNumber::isStatement() const { function in class:DIALineNumber
/external/llvm/tools/llvm-pdbdump/
H A DCompilandDumper.cpp72 PDB_ColorItem StatementColor = Line->isStatement()
H A DLLVMOutputStyle.cpp570 P.printBoolean("IsStatement", LI.isStatement());
/external/flatbuffers/src/
H A Didl_gen_js.cpp580 bool isStatement = struct_def.defined_namespace->components.empty(); local
583 if (isStatement) {
604 code += isStatement ? "}\n\n" : "};\n\n";
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp927 W.printBoolean("IsStatement", LI.isStatement());
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 222 milliseconds