/external/smack/src/org/jivesoftware/smackx/ |
D | ReportedData.java | 155 public static class Column { class in ReportedData 167 public Column(String label, String variable, String type) { in Column() method in ReportedData.Column
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_value.h | 55 u32 Column; variable 59 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
|
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 120 void expectLocation(unsigned Line, unsigned Column) { in expectLocation() 129 unsigned Column = Result.SourceManager->getSpellingColumnNumber(Loc); in verify() local
|
/external/clang/include/clang/Frontend/ |
D | CommandLineSourceLoc.h | 28 unsigned Column; member
|
D | LogDiagnosticPrinter.h | 34 unsigned Column; member
|
/external/llvm/lib/Support/ |
D | FormattedStream.cpp | 23 static unsigned CountColumns(unsigned Column, const char *Ptr, size_t Size) { in CountColumns()
|
D | YAMLParser.cpp | 182 unsigned Column; member 478 unsigned Column; member in llvm::yaml::Scanner
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 105 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch() 113 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch()
|
D | RewriterTestContext.h | 88 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { in getLocation()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFContext.cpp | 321 uint32_t &Line, uint32_t &Column) { in getFileLineInfoForCompileUnit() 346 uint32_t Column = 0; in getLineInfoForAddress() local 448 uint32_t Column = 0; in getInliningInfoForAddress() local
|
D | DWARFDebugLine.h | 108 uint16_t Column; member
|
/external/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 35 uint32_t Column; variable
|
/external/llvm/lib/MC/ |
D | MCNullStreamer.cpp | 96 unsigned Column, unsigned Flags, in EmitDwarfLocDirective()
|
D | MCStreamer.cpp | 165 unsigned Column, unsigned Flags, in EmitDwarfLocDirective()
|
D | MCAsmStreamer.cpp | 857 unsigned Column, unsigned Flags, in EmitDwarfLocDirective()
|
D | MCDwarf.cpp | 143 unsigned Column = 0; in EmitDwarfLineTable() local
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 357 unsigned Column) { in EnableCodeCompletion() 403 unsigned Column, in createCodeCompletionConsumer()
|
D | TextDiagnostic.cpp | 548 unsigned Length, unsigned Column, in findEndOfWord() 616 unsigned Column = 0, in printWordWrapped()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 254 unsigned Column = D.getColumnNo(); in InlineAsmDiagHandler2() local
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 347 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, in setCurrentDwarfLoc()
|
D | MCDwarf.h | 82 unsigned Column; variable
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 252 unsigned Line, Column; in clang_formatDiagnostic() local
|
/external/clang/lib/Format/ |
D | Format.cpp | 278 void alignComments(comment_iterator I, comment_iterator E, unsigned Column) { in alignComments() 450 unsigned Column; member
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 50 unsigned Column; // Source column. variable
|
/external/tinyxml/ |
D | tinyxml.h | 199 int Column() const { return location.col + 1; } ///< See Row() in Column() function
|