Home
last modified time | relevance | path

Searched defs:setEnd (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h204 void setEnd(SourceLocation e) { E = e; } in setEnd() function
258 void setEnd(SourceLocation e) { Range.setEnd(e); } in setEnd() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h44 void setEnd(const MCSymbol *E) { End = E; } in setEnd() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp52 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anon61df14880111::PPValue
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTVector.h38 void setEnd(T *P) { this->End = P; } in setEnd() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h94 void setEnd(T *P) { this->EndX = P; } in setEnd() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h316 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function