HomeSort by relevance Sort by last modified time
    Searched defs:Col (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p10.cpp 39 template<typename eT> class Col : public Mat<eT> {
41 using Col<eT>::operator();
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 16 Comment(const std::string &Message, unsigned Line, unsigned Col)
17 : Message(Message), Line(Line), Col(Col) { }
20 unsigned Line, Col;
104 << Current->Col;
108 void Match(const char *Message, unsigned Line, unsigned Col) {
113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col)
115 << "\" at line " << Line << ", column " << Col
117 << "\" at line " << C.Line << ", column " << C.Col;
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 358 unsigned Line, Col;
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
386 unsigned getColumn() const { return Col; }
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 242 unsigned Col = 0; // FIXME: support columns
256 NewLoc = DebugLoc::get(Line, Col, Loc.getScope(RealInst->getContext()),
259 NewLoc = DebugLoc::get(Line, Col, scope, 0);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 1091 milliseconds