HomeSort by relevance Sort by last modified time
    Searched refs:setAtLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
ExprObjC.h 45 void setAtLoc(SourceLocation L) { AtLoc = L; }
363 void setAtLoc(SourceLocation L) { AtLoc = L; }
403 void setAtLoc(SourceLocation L) { AtLoc = L; }
442 void setAtLoc(SourceLocation L) { AtLoc = L; }
    [all...]
StmtObjC.h 364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 827 E->setAtLoc(ReadSourceLocation(Record, Idx));
872 E->setAtLoc(ReadSourceLocation(Record, Idx));
879 E->setAtLoc(ReadSourceLocation(Record, Idx));
886 E->setAtLoc(ReadSourceLocation(Record, Idx));
    [all...]
ASTReaderDecl.cpp 818 D->setAtLoc(ReadSourceLocation(Record, Idx));
    [all...]

Completed in 42 milliseconds